restic: add v0.16.4 (#42956)

This commit is contained in:
Alec Scott 2024-03-04 10:52:20 -08:00 committed by GitHub
parent 1a0f77388c
commit d24b91157c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ class Restic(Package):
license("BSD-2-Clause")
version("0.16.4", sha256="d736a57972bb7ee3398cf6b45f30e5455d51266f5305987534b45a4ef505f965")
version("0.16.3", sha256="a94d6c1feb0034fcff3e8b4f2d65c0678f906fc21a1cf2d435341f69e7e7af52")
version("0.16.2", sha256="88165b5b89b6064df37a9964d660f40ac62db51d6536e459db9aaea6f2b2fc11")
version("0.16.0", sha256="b91f5ef6203a5c50a72943c21aaef336e1344f19a3afd35406c00f065db8a8b9")
@ -25,9 +26,10 @@ class Restic(Package):
version("0.14.0", sha256="78cdd8994908ebe7923188395734bb3cdc9101477e4163c67e7cc3b8fd3b4bd6")
version("0.12.1", sha256="a9c88d5288ce04a6cc78afcda7590d3124966dab3daa9908de9b3e492e2925fb")
depends_on("go@1.18:", type="build", when="@0.15.0:")
depends_on("go@1.15:", type="build", when="@0.14.0:")
depends_on("go", type="build")
depends_on("go@1.15:", type="build", when="@0.14.0:")
depends_on("go@1.18:", type="build", when="@0.15.0:")
depends_on("go@1.19:", type="build", when="@1.16.1:")
phases = ["build", "install"]