Skip to content

Commit eb27f13

Browse files
authored
Merge pull request Homebrew#251939 from Homebrew/bump-gcsfuse-3.4.3
gcsfuse 3.4.3
2 parents c9cfee7 + 119215f commit eb27f13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/g/gcsfuse.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Gcsfuse < Formula
22
desc "User-space file system for interacting with Google Cloud"
33
homepage "https://github.com/googlecloudplatform/gcsfuse"
4-
url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v3.4.1.tar.gz"
5-
sha256 "a4b7b82d81a414af33592f063f2debe07f772d917af479e4aaaa46149e4e975a"
4+
url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v3.4.3.tar.gz"
5+
sha256 "133f96085ef34974a53382aa8a65b064095ff889eff2aa98edf78f26e4a46299"
66
license "Apache-2.0"
77
head "https://github.com/GoogleCloudPlatform/gcsfuse.git", branch: "master"
88

@@ -12,8 +12,8 @@ class Gcsfuse < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "23331985853e76856b2160692bd85a2b5a83cbf013805c7835f50eabd083f893"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "643c40d79589b69c4dbefd81762fb505808e302fa4825e3023f225e2a49c7119"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "1701b49a255da5d7596ced7b0cf96cd3eaba95b108012dc43dba690c68a1b55c"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cfb057cad3e4b750fa2a1e846d81dea6560b8d8745baa8d684dbbffbc0cd2122"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)