Skip to content

Commit 32bc483

Browse files
authored
Merge pull request #255893 from Homebrew/bump-gcsfuse-3.5.2
gcsfuse 3.5.2
2 parents e1fb63a + 4c264a8 commit 32bc483

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.5.1.tar.gz"
5-
sha256 "21bb3587da64dd2bf4e8c004c7007161665a1c5c1196776a776ed82969c7f2b1"
4+
url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v3.5.2.tar.gz"
5+
sha256 "f023d937319903560ee658ceb7e4465c48c7a85556595e1cd412311e2ec2960c"
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: "1826f23b6f494186eee6094053d6237ffbb2e8e52520cc791840aa768938a98f"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c261c96908de5075ffbf3677e9dbc378ddc6be22d3d34bbeea394b7c5db3c836"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "e23e0395fef8efa21abc5df3596da3b82e8658033267940019eef21397069e62"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "16ca6ed557b74b242d546542945c2798c15a921f964552aa49863329ddd63c9d"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)