We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36c3a5 commit 8c94f64Copy full SHA for 8c94f64
Formula/c/ccache.rb
@@ -1,10 +1,9 @@
1
class Ccache < Formula
2
desc "Object-file caching compiler wrapper"
3
homepage "https://ccache.dev/"
4
- url "https://github.com/ccache/ccache/releases/download/v4.12.1/ccache-4.12.1.tar.xz"
5
- sha256 "42e6c4b260cffd92dfa755e26390f45f5842e8c1a5f64f2b2e68adfbe82d1542"
+ url "https://github.com/ccache/ccache/releases/download/v4.12.2/ccache-4.12.2.tar.xz"
+ sha256 "96ad53c76ecdb9c7a78e28a9bfdf2c95d7eece28546510fde7e16e5a13e2f7f8"
6
license "GPL-3.0-or-later"
7
- revision 1
8
head "https://github.com/ccache/ccache.git", branch: "master"
9
10
bottle do
0 commit comments