Skip to content

Commit 6859d4c

Browse files
authored
Merge pull request Homebrew#225237 from Homebrew/gcsfuse-2.12.2
gcsfuse 2.12.2
2 parents 40a38da + 63d41f6 commit 6859d4c

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

Formula/g/gcsfuse.rb

Lines changed: 4 additions & 21 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/v2.12.1.tar.gz"
5-
sha256 "f2645cfb7e485df0791bf8774d3b39081132c1e9bedc173f8952759a46a1b76c"
4+
url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v2.12.2.tar.gz"
5+
sha256 "500048d3659454ada2d2cad790ec8641dde5ffb2419d040218d7e35f46bce251"
66
license "Apache-2.0"
77
head "https://github.com/GoogleCloudPlatform/gcsfuse.git", branch: "master"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "0cb99ea922426bc87d0e4db4fd42f7ce7c1df14efa60509527ab76860d369888"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "33043ad71940992014f1f15eea3a9b49e5f319b98bb4dd4b3b36da503f293bd1"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "d4a9e82b84a4747e41f1985465bcae05e2b1bd941bd36902dbc267b194e0d56a"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "919bdf947f23887cab413aac87b0833d5af9703245bd797db265ed577dedcfa0"
1717
end
1818

1919
depends_on "go" => :build
2020
depends_on "libfuse"
2121
depends_on :linux # on macOS, requires closed-source macFUSE
2222

23-
patch :DATA
24-
2523
def install
2624
# Build the build_gcsfuse tool. Ensure that it doesn't pick up any
2725
# libraries from the user's GOPATH; it should have no dependencies.
@@ -38,18 +36,3 @@ def install
3836
system "#{sbin}/mount.gcsfuse", "--help"
3937
end
4038
end
41-
42-
__END__
43-
diff --git a/tools/build_gcsfuse/main.go b/tools/build_gcsfuse/main.go
44-
index b1a4022..678f747 100644
45-
--- a/tools/build_gcsfuse/main.go
46-
+++ b/tools/build_gcsfuse/main.go
47-
@@ -134,8 +134,6 @@ func buildBinaries(dstDir, srcDir, version string, buildArgs []string) (err erro
48-
cmd := exec.Command(
49-
"go",
50-
"build",
51-
- "-C",
52-
- srcDir,
53-
"-o",
54-
path.Join(dstDir, bin.outputPath))
55-

0 commit comments

Comments
 (0)