diff --git a/Formula/mackup.rb b/Formula/mackup.rb index 53199ad49f3..7230347a900 100644 --- a/Formula/mackup.rb +++ b/Formula/mackup.rb @@ -9,12 +9,12 @@ class Mackup < Formula head "https://github.com/lra/mackup.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_monterey: "238d45c8bf17b952c8dd3293a6ca60767cc3f51b6a52a219a85317b398dd4cf2" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "238d45c8bf17b952c8dd3293a6ca60767cc3f51b6a52a219a85317b398dd4cf2" - sha256 cellar: :any_skip_relocation, monterey: "a1e102e917fa6c9fff2a76fa68333cb151f9ee822f00c105a0565222f486a3e7" - sha256 cellar: :any_skip_relocation, big_sur: "a1e102e917fa6c9fff2a76fa68333cb151f9ee822f00c105a0565222f486a3e7" - sha256 cellar: :any_skip_relocation, catalina: "a1e102e917fa6c9fff2a76fa68333cb151f9ee822f00c105a0565222f486a3e7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e1a92c39f5ac40a8c02a26a6b877f720a0802d910f87eaf8995d8ef817dfb4b3" + sha256 cellar: :any_skip_relocation, arm64_monterey: "417f7d7bef0e7732f7d9205db0a99ab122c47291b8da826f0005fd0914a890cc" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "417f7d7bef0e7732f7d9205db0a99ab122c47291b8da826f0005fd0914a890cc" + sha256 cellar: :any_skip_relocation, monterey: "d55beb8d54a1b3f4973103068afcf4a72fab8503b5339287aee4d3da1944e2c1" + sha256 cellar: :any_skip_relocation, big_sur: "d55beb8d54a1b3f4973103068afcf4a72fab8503b5339287aee4d3da1944e2c1" + sha256 cellar: :any_skip_relocation, catalina: "d55beb8d54a1b3f4973103068afcf4a72fab8503b5339287aee4d3da1944e2c1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bf8cbde4acbdb5b64794ab9d878d210ad726bae230c1f35fd2f7b66fedfd7462" end depends_on "python@3.10"