routinator: update, deprecate old version (#37676)
This commit is contained in:
parent
7b7fdf27f3
commit
a03c28a916
@ -14,9 +14,15 @@ class Routinator(Package):
|
||||
|
||||
maintainers("aweits")
|
||||
|
||||
version("0.11.2", sha256="00f825c53168592da0285e8dbd228018e77248d458214a2c0f86cd0ca45438f5")
|
||||
version("0.12.1", sha256="8150fe544f89205bb2d65bca46388f055cf13971d3163fe17508bf231f9ab8bc")
|
||||
version(
|
||||
"0.11.2",
|
||||
sha256="00f825c53168592da0285e8dbd228018e77248d458214a2c0f86cd0ca45438f5",
|
||||
deprecated=True,
|
||||
)
|
||||
|
||||
depends_on("rust@1.56:")
|
||||
depends_on("rust@1.56:", when="@0.11.2")
|
||||
depends_on("rust@1.63:", when="@0.12.1")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
cargo = which("cargo")
|
||||
|
Loading…
Reference in New Issue
Block a user