mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
gcsfuse-mac: update 0.41.7 bottle.
This commit is contained in:
parent
3a5d490f88
commit
b6888da88a
1 changed files with 4 additions and 8 deletions
|
|
@ -3,18 +3,14 @@ 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/v0.41.2.tar.gz"
|
||||
sha256 "6a64c30c28651978cf51685051ea9af1d45b9f3d5b3ded894af82c17883a34c4"
|
||||
url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.41.7.tar.gz"
|
||||
sha256 "07aee73827f06ca823f29020b273969d93494647bf2990847e809c643914c667"
|
||||
license "Apache-2.0"
|
||||
head "https://github.com/GoogleCloudPlatform/gcsfuse.git"
|
||||
|
||||
bottle do
|
||||
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/gcsfuse-mac-0.41.2"
|
||||
sha256 cellar: :any_skip_relocation, arm64_monterey: "a4ed90a795bb34afdf7a77aa38c6322be0d94c501a60daa0aecce138ecbdfd5b"
|
||||
sha256 cellar: :any_skip_relocation, monterey: "dc0d3b705fb10edd70354773c9d477e00e05b83467f57e7b464f18a9ef768070"
|
||||
sha256 cellar: :any_skip_relocation, big_sur: "4871ca5601b1bdafa2f8472ddd37accbdc597281650bb759f069b8334af3ac11"
|
||||
sha256 cellar: :any_skip_relocation, catalina: "01e9e9f5bad80073ebb007a81623c71fe6246dacb249ae6e19ad56c11acf0429"
|
||||
sha256 cellar: :any_skip_relocation, mojave: "041027dc8a85627097b391fa2e756463f044fe8473bc4cc21205d97efdd63935"
|
||||
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/gcsfuse-mac-0.41.7"
|
||||
sha256 cellar: :any_skip_relocation, arm64_monterey: "2f764ce42156d9eea2c5a21fa1a64cdec9dcdbbd3a0900d7a3c66c834fbae68d"
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue