From e3212e73fc05435efe5c53ff5ac7ede52247f3e0 Mon Sep 17 00:00:00 2001 From: gromgit Date: Wed, 22 Oct 2025 10:36:44 +0000 Subject: [PATCH] gcsfuse-mac 3.4.1 Closes #168. Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com> --- 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 938fbf2..2860cc2 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.0.tar.gz" - sha256 "07eb90d76c50b8fcf0376a43f96ecce098195062e9dced617b3bac68ff51bc79" + url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v3.4.1.tar.gz" + sha256 "a4b7b82d81a414af33592f063f2debe07f772d917af479e4aaaa46149e4e975a" license "Apache-2.0" head "https://github.com/GoogleCloudPlatform/gcsfuse.git", branch: "master"