diff --git a/Formula/s/sccache.rb b/Formula/s/sccache.rb index cd03528fe0171..e8250d1215acc 100644 --- a/Formula/s/sccache.rb +++ b/Formula/s/sccache.rb @@ -1,8 +1,8 @@ class Sccache < Formula desc "Used as a compiler wrapper and avoids compilation when possible" homepage "https://github.com/mozilla/sccache" - url "https://github.com/mozilla/sccache/archive/refs/tags/v0.7.6.tar.gz" - sha256 "c6ff8750516fe982c9e9c20fb80d27c41481a22bf9a5a2346cff05724110bd42" + url "https://github.com/mozilla/sccache/archive/refs/tags/v0.7.7.tar.gz" + sha256 "a5f5dacbc8232d566239fa023ce5fbc803ad56af2910fa1558b6e08e68e067e0" license "Apache-2.0" head "https://github.com/mozilla/sccache.git", branch: "main" @@ -12,13 +12,13 @@ class Sccache < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "eedd3f0f33fd76c4e0dfecb4bc4a5c8166852167fedba8a3b58d29e36e0f745e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2002c5e9d6be9944324a3f483f0f54b4bceb18daf57084c1708683bc5648e850" - sha256 cellar: :any_skip_relocation, arm64_monterey: "466aa9717f01b5ff0b089b419905f0e8cb8dd236c3592f609cac331c985f6ff2" - sha256 cellar: :any_skip_relocation, sonoma: "2983ceb7542667fb8fd34b91a0b29d7626c912f027fa122a2f53863710ebb854" - sha256 cellar: :any_skip_relocation, ventura: "b93f63c71b8f0b89bbe364f7824b20fc159ead0fac6ba889af5cc51882235ad3" - sha256 cellar: :any_skip_relocation, monterey: "708e197f5609513e8f92daed4d219df6538d9f7b04fe7a1a7eb79bf7e4ab9b95" - sha256 cellar: :any_skip_relocation, x86_64_linux: "07f33bdba66064525393f9bf50cd5157643ca5cff143c8b484bf081bf393b014" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e26f13535c0ff4044041315e4e89c9e4828c1366527d8c035aa78c73639ae1a4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cf5802c47fa646cf04b6e5835b2c8a2379ed8debcda7eb9dfca3afaf71b59b34" + sha256 cellar: :any_skip_relocation, arm64_monterey: "93c3f1e9799e4ec1576eb6851edabfff98374feb4494a8232a4b980264ac224b" + sha256 cellar: :any_skip_relocation, sonoma: "6e7ababf956a09307afdbb068ac2e5d769566262126b219b488a3549d609dd0c" + sha256 cellar: :any_skip_relocation, ventura: "6b365d27698b863fac3fcf3602e379cb9c2b9bcf94d950ebf39edb60560402e0" + sha256 cellar: :any_skip_relocation, monterey: "95281542a91854819a1521e69190c1ef28596ebc7d6cdb67f18c5e70e9d74873" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6a2390836364399aa36a0897881f1ccf9bd099ab784600765a8e54a2c343191f" end depends_on "rust" => :build