From ee76a3651b95192396901b3beb0c658410ed186e Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Tue, 27 Apr 2021 14:05:24 +0800 Subject: [PATCH] gcsfuse-mac: renamed from gcsfuse --- Formula/{gcsfuse.rb => gcsfuse-mac.rb} | 4 ++-- formula_renames.json | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) rename Formula/{gcsfuse.rb => gcsfuse-mac.rb} (95%) create mode 100644 formula_renames.json diff --git a/Formula/gcsfuse.rb b/Formula/gcsfuse-mac.rb similarity index 95% rename from Formula/gcsfuse.rb rename to Formula/gcsfuse-mac.rb index aeb1783..fad85b6 100644 --- a/Formula/gcsfuse.rb +++ b/Formula/gcsfuse-mac.rb @@ -1,6 +1,6 @@ require_relative "../require/macfuse" -class Gcsfuse < Formula +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/v0.34.1.tar.gz" @@ -9,7 +9,7 @@ class Gcsfuse < Formula head "https://github.com/GoogleCloudPlatform/gcsfuse.git" bottle do - root_url "https://github.com/gromgit/homebrew-fuse/releases/download/gcsfuse-0.34.1" + root_url "https://github.com/gromgit/homebrew-fuse/releases/download/gcsfuse-mac-0.34.1" sha256 cellar: :any_skip_relocation, big_sur: "5cc9476ccee4b8359d3ddffed4e2e2faef68e352eb0204a43947eb0e716769e3" end diff --git a/formula_renames.json b/formula_renames.json new file mode 100644 index 0000000..c545424 --- /dev/null +++ b/formula_renames.json @@ -0,0 +1,3 @@ +{ + "gcsfuse": "gcsfuse-mac" +}