Skip to content

Commit 8c94f64

Browse files
committed
ccache 4.12.2
1 parent b36c3a5 commit 8c94f64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/c/ccache.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Ccache < Formula
22
desc "Object-file caching compiler wrapper"
33
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"
4+
url "https://github.com/ccache/ccache/releases/download/v4.12.2/ccache-4.12.2.tar.xz"
5+
sha256 "96ad53c76ecdb9c7a78e28a9bfdf2c95d7eece28546510fde7e16e5a13e2f7f8"
66
license "GPL-3.0-or-later"
7-
revision 1
87
head "https://github.com/ccache/ccache.git", branch: "master"
98

109
bottle do

0 commit comments

Comments
 (0)