Skip to content

Commit

Permalink
Merge pull request #201028 from Homebrew/bump-gcsfuse-2.6.0
Browse files Browse the repository at this point in the history
gcsfuse 2.6.0
  • Loading branch information
BrewTestBot authored Dec 13, 2024
2 parents fd0dba7 + 428fb00 commit c977dc3
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.5.1.tar.gz"
sha256 "52252fed46534812a27cbf304e705ec84f63f2b8062719032eb4fa04af920944"
url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v2.6.0.tar.gz"
sha256 "5883e2c0d7cbcd313593cd8c2f93aab4f19669dd74d3aa338c01585d598fd727"
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: "d9a6adbeb792df50a2a7a384556f1b6cd26bf90af8296372275d28119213da73"
sha256 cellar: :any_skip_relocation, x86_64_linux: "50a54cdf37044674a2c9a9d5e859c8b8d227145e9b42c6bcf570f500a5ceaf62"
end

depends_on "go" => :build
Expand Down

0 comments on commit c977dc3

Please sign in to comment.