routinator: add v0.14.0 (fix CVE) (#46649)
This commit is contained in:
parent
47591f73da
commit
100c8b7630
@ -16,6 +16,7 @@ class Routinator(Package):
|
||||
|
||||
license("BSD-3-Clause")
|
||||
|
||||
version("0.14.0", sha256="861e90f395344be19880485185df47e8fd258cc583b82be702af660b466955cb")
|
||||
version("0.12.1", sha256="8150fe544f89205bb2d65bca46388f055cf13971d3163fe17508bf231f9ab8bc")
|
||||
version(
|
||||
"0.11.2",
|
||||
@ -25,6 +26,7 @@ class Routinator(Package):
|
||||
|
||||
depends_on("rust@1.56:", when="@0.11.2")
|
||||
depends_on("rust@1.63:", when="@0.12.1")
|
||||
depends_on("rust@1.70:", when="@0.13.0:")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
cargo = which("cargo")
|
||||
|
Loading…
Reference in New Issue
Block a user