diff --git a/Formula/tup-mac.rb b/Formula/tup-mac.rb index 99d6eaa..bb5ca0b 100644 --- a/Formula/tup-mac.rb +++ b/Formula/tup-mac.rb @@ -9,12 +9,9 @@ class TupMac < Formula head "https://github.com/gittup/tup.git" bottle do - root_url "https://github.com/gromgit/homebrew-fuse/releases/download/tup-mac-0.7.11" - sha256 cellar: :any_skip_relocation, arm64_monterey: "080770170cafca605d4f04b26e32ea8af093df86a6461fee483073f404de62aa" - sha256 cellar: :any, monterey: "c0fa166568e8f24a6a77de27ec30f201d65ae812b1b595fd0cbea44647aa69e4" - sha256 cellar: :any, big_sur: "e1d223dcd5865119de5a2b9570ef28ec780909d709db49f53c3fe7229aa68e5a" - sha256 cellar: :any, catalina: "ce44cb9e6ca8c79e35a2cc4e2dfd7c39460bb2575510ac3ee966b6b7d6642679" - sha256 cellar: :any, mojave: "03d842d15270c158614812b9355bb91252994f4b2b7b0a2a308b336b312784f8" + root_url "https://ghcr.io/v2/gromgit/fuse" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c560a370134cbe065d983bc0f40a3fb7481524eeae8463c891b91853ff2813a8" + sha256 cellar: :any, ventura: "1553e833231b266f2c270dfe8e7e21933af45ffe8c37aba141cd3ce2706f6f46" end depends_on "pkg-config" => :build