gocryptfs: add v2.5.1 (#49063)

This commit is contained in:
Wouter Deconinck 2025-02-17 23:32:25 -06:00 committed by GitHub
parent 9d0766be48
commit 1524aceb9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")