From 37f923f11a35675087fc3edb341af74e497ec7d3 Mon Sep 17 00:00:00 2001 From: gromgit Date: Mon, 24 Nov 2025 18:45:23 +0000 Subject: [PATCH] gcsfuse-mac 3.5.1 --- Formula/gcsfuse-mac.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gcsfuse-mac.rb b/Formula/gcsfuse-mac.rb index 4c56fbc..b972d9d 100644 --- a/Formula/gcsfuse-mac.rb +++ b/Formula/gcsfuse-mac.rb @@ -3,8 +3,8 @@ require_relative "../require/macfuse" class GcsfuseMac < 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/v3.4.4.tar.gz" - sha256 "4f1c25ba20044394538fa7704511669493465bccf11cd257bb745f7baa531142" + url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v3.5.1.tar.gz" + sha256 "21bb3587da64dd2bf4e8c004c7007161665a1c5c1196776a776ed82969c7f2b1" license "Apache-2.0" head "https://github.com/GoogleCloudPlatform/gcsfuse.git", branch: "master"