mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
gcsfuse-mac: renamed from gcsfuse
This commit is contained in:
parent
8a63571773
commit
ee76a3651b
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
3
formula_renames.json
Normal file
3
formula_renames.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"gcsfuse": "gcsfuse-mac"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue