From 1e663058b0329a7fc509ae9f494f86b8a09758fc Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Mon, 24 Apr 2023 10:25:20 -0700 Subject: [PATCH 1/2] gcsfuse 0.42.4 --- Formula/gcsfuse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gcsfuse.rb b/Formula/gcsfuse.rb index aa6257a9cec9c..169f315a27ecd 100644 --- a/Formula/gcsfuse.rb +++ b/Formula/gcsfuse.rb @@ -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/v0.42.3.tar.gz" - sha256 "1a87747192ff4a1219d5985fa09048ddebf2b30dd4f7f1c4d786a648ceba3a90" + url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.42.4.tar.gz" + sha256 "31bc5fc1539d6b30898c6b7278ea44b4cee7e8e0848ebc4d4e890364e67521f6" license "Apache-2.0" head "https://github.com/GoogleCloudPlatform/gcsfuse.git", branch: "master" From 3c7623a57e8993a3600c43d483898db05fc6cedf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:38:44 +0000 Subject: [PATCH 2/2] gcsfuse: update 0.42.4 bottle. --- Formula/gcsfuse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/gcsfuse.rb b/Formula/gcsfuse.rb index 169f315a27ecd..d7025c74759dc 100644 --- a/Formula/gcsfuse.rb +++ b/Formula/gcsfuse.rb @@ -12,7 +12,7 @@ class Gcsfuse < Formula end bottle do - sha256 cellar: :any_skip_relocation, x86_64_linux: "c52908ab177792a43ffdb5cdb5787bf88e42611c5d2a2fcf6cb989495e886ee1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7c18d2a2927b1ea646a130d09ff37f159a9fe66f070f13b6993acc0d0bb03004" end # gcc-11: The build tool has reset ENV; --env=std required.