Skip to content

Commit

Permalink
Merge pull request #188011 from Homebrew/bump-gcsfuse-2.4.1
Browse files Browse the repository at this point in the history
gcsfuse 2.4.1
  • Loading branch information
BrewTestBot authored Sep 12, 2024
2 parents d4f8088 + 051ace4 commit 12babd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/g/gcsfuse.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Gcsfuse < Formula
desc "User-space file system for interacting with Google Cloud"
homepage "https://github.com/googlecloudplatform/gcsfuse"
url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v2.4.0.tar.gz"
sha256 "44a9e9da84f04be59ef736d283624c116ec90d103c0f87c874b8ce5e51d5df85"
url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v2.4.1.tar.gz"
sha256 "5ae806b9c394fd4abbba001930c15b54c7f287c674b1708cfa2e54f61a6a393e"
license "Apache-2.0"
head "https://github.com/GoogleCloudPlatform/gcsfuse.git", branch: "master"

Expand All @@ -12,7 +12,7 @@ class Gcsfuse < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, x86_64_linux: "a0597030e3c2f3846993e195147a8ada3fa2b50cb7d6bd25620fc4dfafe1f289"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a22bf98941e31f4581fc6abbfd3dea3687d6dcd9b95d7e30d2cb20a525772c71"
end

depends_on "go" => :build
Expand Down

0 comments on commit 12babd2

Please sign in to comment.