From f0619c5228e8abb75b7b6857c6a17cd591c982d3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:56:52 +0000 Subject: [PATCH 1/2] gcsfuse 2.6.0 --- Formula/g/gcsfuse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gcsfuse.rb b/Formula/g/gcsfuse.rb index 90d95701d34ef..ab0d0edf5ffd3 100644 --- a/Formula/g/gcsfuse.rb +++ b/Formula/g/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/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" From 428fb00f99e4c0f385ff92e5496a6848b65d0193 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:42:54 +0000 Subject: [PATCH 2/2] gcsfuse: update 2.6.0 bottle. --- Formula/g/gcsfuse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/gcsfuse.rb b/Formula/g/gcsfuse.rb index ab0d0edf5ffd3..82fbfcfef8b02 100644 --- a/Formula/g/gcsfuse.rb +++ b/Formula/g/gcsfuse.rb @@ -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