Skip to content

Commit 717e0af

Browse files
authored
Merge pull request #230020 from Homebrew/bump-gocryptfs-2.6.0
gocryptfs 2.6.0
2 parents c9679ef + b5ead1a commit 717e0af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/g/gocryptfs.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class Gocryptfs < Formula
22
desc "Encrypted overlay filesystem written in Go"
33
homepage "https://nuetzlich.net/gocryptfs/"
4-
url "https://github.com/rfjakob/gocryptfs/releases/download/v2.5.4/gocryptfs_v2.5.4_src-deps.tar.gz"
5-
sha256 "0db47fe41f46d1ff5b3ff4f1cc1088ab324a95af03995348435dcc20a5ff0282"
4+
url "https://github.com/rfjakob/gocryptfs/releases/download/v2.6.0/gocryptfs_v2.6.0_src-deps.tar.gz"
5+
sha256 "b3848626b90d0fe87aaf81cc6ef0983089d1a93653f30e7d9b89c7c6e872a4f5"
66
license "MIT"
77
head "https://github.com/rfjakob/gocryptfs.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_linux: "c137949a8fc5af4808d1e42cff1c876aa1da7a1fbb2b734bc68f9c0fb97c8a5b"
11-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f993e2d85263172c467ad6d18fad384c12e7c0fe3c3c362c314d7c42dcf03cae"
10+
sha256 cellar: :any_skip_relocation, arm64_linux: "b3f8cd47fb9723f23a269891234dba134f2edb3d20d60e7bd4062f3a277573e2"
11+
sha256 cellar: :any_skip_relocation, x86_64_linux: "309522acde8449ddc3e83e4316d81a3afcd2118dd88f1c5f6a8e3497c87a96ac"
1212
end
1313

1414
depends_on "go" => :build

0 commit comments

Comments
 (0)