Skip to content

Commit

Permalink
gcsfuse-mac: renamed from gcsfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Apr 27, 2021
1 parent 8a63571 commit ee76a36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/gcsfuse.rb → Formula/gcsfuse-mac.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

Expand Down
3 changes: 3 additions & 0 deletions formula_renames.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"gcsfuse": "gcsfuse-mac"
}

0 comments on commit ee76a36

Please sign in to comment.