Skip to content
Snippets Groups Projects
Unverified Commit 1524aceb authored by Wouter Deconinck's avatar Wouter Deconinck Committed by GitHub
Browse files

gocryptfs: add v2.5.1 (#49063)

parent 9d0766be
Branches
Tags
No related merge requests found
......@@ -17,9 +17,13 @@ class Gocryptfs(GoPackage):
license("MIT", checked_by="snehring")
version("2.5.1", sha256="b2e69d382caef598ffa1071b8d5f6e9df30d38fe2f9e9b0bee0d2e7436654f6d")
version("2.4.0", sha256="26a93456588506f4078f192b70e7816b6a4042a14b748b28a50d2b6c9b10e2ec")
depends_on("c", type="build") # generated
depends_on("go@1.16:", type="build")
depends_on("go@1.19:", type="build", when="@2.5:")
depends_on("openssl")
depends_on("pkgconfig", type="build")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment