Skip to content

Commit 3d151d4

Browse files
authored
Merge pull request #248569 from Homebrew/bump-sccache-0.11.0
sccache 0.11.0
2 parents 4252286 + e7d0a80 commit 3d151d4

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/s/sccache.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Sccache < Formula
22
desc "Used as a compiler wrapper and avoids compilation when possible"
33
homepage "https://github.com/mozilla/sccache"
4-
url "https://github.com/mozilla/sccache/archive/refs/tags/v0.10.0.tar.gz"
5-
sha256 "2c9f82c43ce6a1b1d9b34f029ce6862bedc2f01deff45cde5dffc079deeba801"
4+
url "https://github.com/mozilla/sccache/archive/refs/tags/v0.11.0.tar.gz"
5+
sha256 "eed7ba2b55f91511481df75e238307ac95885064fe734e0aab945654244ecec8"
66
license "Apache-2.0"
77
head "https://github.com/mozilla/sccache.git", branch: "main"
88

@@ -12,14 +12,12 @@ class Sccache < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f1fe78e72df46eec349a5a9fc27f98704855c6ee60f8fdeb08af056823755c65"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "76044f2cbf1b86123d1ade30aea038d3d336e6c3163c0e9aa3c3b9dae6f2bf33"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7899f07009ac8943df04166f75d6f66d7a527ae94dc22d85ed754f293850dbf"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1095ee95cd648fe084d020f7924ecff7939aef844fd27386130d6136cef69049"
19-
sha256 cellar: :any_skip_relocation, sonoma: "21582a47c1d845b38d1b86062dde48a1dd422eec2d4021a37e5c943f0ef587e7"
20-
sha256 cellar: :any_skip_relocation, ventura: "859ecb045382d2b2078ad25b63d975bfa949b10bf476cdd81586435a3d3e5d92"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "43569e48d75f62d92dc6d3500ac738390da87f0e03d9bacd8b2e44a6bc2d373f"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b53ed3e9f8745cbfa1e5a6b018225f7e30326af3fecd6701887acc580f1254c6"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "3960ae92e6a32d5def85939442dd6a1270d7ca56d2d5f3955c2d7263f2dae000"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e91e90319cdc0225a6538a2599f758e1d0093e55a17b1bd3c7f9abb809997e61"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ac8fc0441bf7c0ed415f1c0a3c05518a96875fd56420401ef6e16af6355416d"
18+
sha256 cellar: :any_skip_relocation, sonoma: "05c6b1aa74aefd4944f496e1d4697d726bb8518cef5771da8a5b32924375bd8d"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "32a1067331f31871cf7bbeedab46e7b975a8861320b1677004330dbb92dca28f"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "31777d4b283b1a8e7723b9a8e499740fe0b2c6171924bc7d03b29531d01b24d4"
2321
end
2422

2523
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)