Add restic v0.14.0 (#34148)

This commit is contained in:
Alec Scott 2022-11-28 00:39:37 -07:00 committed by GitHub
parent bb1888dbd4
commit 066ec31604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,10 @@ class Restic(Package):
maintainers = ["alecbcs"]
version("0.14.0", sha256="78cdd8994908ebe7923188395734bb3cdc9101477e4163c67e7cc3b8fd3b4bd6")
version("0.12.1", sha256="a9c88d5288ce04a6cc78afcda7590d3124966dab3daa9908de9b3e492e2925fb")
depends_on("go@1.15:", type="build", when="@0.14.0:")
depends_on("go", type="build")
def setup_build_environment(self, env):