diff --git a/Formula/s3fs-mac.rb b/Formula/s3fs-mac.rb index 0e4df85..ea3377b 100644 --- a/Formula/s3fs-mac.rb +++ b/Formula/s3fs-mac.rb @@ -9,10 +9,9 @@ class S3fsMac < Formula head "https://github.com/s3fs-fuse/s3fs-fuse.git", branch: "master" bottle do - root_url "https://github.com/gromgit/homebrew-fuse/releases/download/s3fs-mac-1.92" - sha256 cellar: :any, arm64_monterey: "25ec0f6ef2007436aacb9d10f0aabde8682e2fc8401eeb2588c5d926f49d8d9a" - sha256 cellar: :any, monterey: "47412ac05763761d837732468a813229a78f884912090608a5223ec65092e1cc" - sha256 cellar: :any, big_sur: "4ec4d56e890e2ec95c5fbba9720dd7a319d9919e56aa01fc67166c8a093e0aef" + root_url "https://ghcr.io/v2/gromgit/fuse" + sha256 cellar: :any, arm64_sonoma: "ecbfca73778ed850eeef256fcba17bb229036f9fbce767fd54abc2335236efee" + sha256 cellar: :any, ventura: "0fb739e8007836e833c79d45159c78fbd05291b19afc9439683d2712d1b1dd68" end depends_on "autoconf" => :build