Skip to content

Commit

Permalink
Merge pull request #175889 from Homebrew/bump-gcsfuse-2.3.0
Browse files Browse the repository at this point in the history
gcsfuse 2.3.0
  • Loading branch information
BrewTestBot authored Jun 28, 2024
2 parents c82bf74 + 0443daa commit a9b03d9
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.2.0.tar.gz"
sha256 "9aa48a6d5c5e069ed299b3215095c50859c28af1b60f6598cde7fa847f62c7ce"
url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v2.3.0.tar.gz"
sha256 "092332a87f48643dfd4f0c6b49e13b9b345719b3f0e8c0fa88b6961accaa12dd"
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: "d9bffd2ced4a8f2c0a645f144b7f10806bfff785948eda019df7cb522c0faeb0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a249ccd61837c1bb35ab7acbdef5f47ee46f50398d01c2817c97e6cd14dc8d86"
end

depends_on "go" => :build
Expand Down

0 comments on commit a9b03d9

Please sign in to comment.