Skip to content

Commit 854b088

Browse files
committed
gcsfuse 2.12.2
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 2b20e45 commit 854b088

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

Formula/g/gcsfuse.rb

Lines changed: 2 additions & 19 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

@@ -20,8 +20,6 @@ class Gcsfuse < Formula
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)