diff --git a/Formula/s/sccache.rb b/Formula/s/sccache.rb index 68d857a9ee5ff..6f7264ed6feb8 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.10.0.tar.gz" - sha256 "2c9f82c43ce6a1b1d9b34f029ce6862bedc2f01deff45cde5dffc079deeba801" + url "https://github.com/mozilla/sccache/archive/refs/tags/v0.11.0.tar.gz" + sha256 "eed7ba2b55f91511481df75e238307ac95885064fe734e0aab945654244ecec8" license "Apache-2.0" head "https://github.com/mozilla/sccache.git", branch: "main" @@ -12,14 +12,12 @@ class Sccache < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "f1fe78e72df46eec349a5a9fc27f98704855c6ee60f8fdeb08af056823755c65" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "76044f2cbf1b86123d1ade30aea038d3d336e6c3163c0e9aa3c3b9dae6f2bf33" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7899f07009ac8943df04166f75d6f66d7a527ae94dc22d85ed754f293850dbf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1095ee95cd648fe084d020f7924ecff7939aef844fd27386130d6136cef69049" - sha256 cellar: :any_skip_relocation, sonoma: "21582a47c1d845b38d1b86062dde48a1dd422eec2d4021a37e5c943f0ef587e7" - sha256 cellar: :any_skip_relocation, ventura: "859ecb045382d2b2078ad25b63d975bfa949b10bf476cdd81586435a3d3e5d92" - sha256 cellar: :any_skip_relocation, arm64_linux: "43569e48d75f62d92dc6d3500ac738390da87f0e03d9bacd8b2e44a6bc2d373f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b53ed3e9f8745cbfa1e5a6b018225f7e30326af3fecd6701887acc580f1254c6" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "3960ae92e6a32d5def85939442dd6a1270d7ca56d2d5f3955c2d7263f2dae000" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e91e90319cdc0225a6538a2599f758e1d0093e55a17b1bd3c7f9abb809997e61" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ac8fc0441bf7c0ed415f1c0a3c05518a96875fd56420401ef6e16af6355416d" + sha256 cellar: :any_skip_relocation, sonoma: "05c6b1aa74aefd4944f496e1d4697d726bb8518cef5771da8a5b32924375bd8d" + sha256 cellar: :any_skip_relocation, arm64_linux: "32a1067331f31871cf7bbeedab46e7b975a8861320b1677004330dbb92dca28f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "31777d4b283b1a8e7723b9a8e499740fe0b2c6171924bc7d03b29531d01b24d4" end depends_on "pkgconf" => :build