updater-ccache-4.12.2 — ccache: 4.12.1 → 4.12.2 (#13658)

* Add unbuilt ccache to updater-ccache-4.12.2

* updater-ccache-4.12.2: Package File Update Run on linux/386 container.

* updater-ccache-4.12.2: Package File Update Run on linux/amd64 container.

* updater-ccache-4.12.2: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-11-28 12:22:56 -05:00
committed by GitHub
parent ea28f10963
commit d83711a73d
4 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 922802
# Total size: 923206
/usr/local/bin/ccache
/usr/local/etc/env.d/00-ccache
/usr/local/lib/ccache/bin/c++

View File

@@ -1,4 +1,4 @@
# Total size: 1754946
# Total size: 1756162
/usr/local/bin/ccache
/usr/local/etc/env.d/00-ccache
/usr/local/lib/ccache/bin/c++

View File

@@ -1,4 +1,4 @@
# Total size: 1487196
# Total size: 1488220
/usr/local/bin/ccache
/usr/local/etc/env.d/00-ccache
/usr/local/lib64/ccache/bin/c++

View File

@@ -3,7 +3,7 @@ require 'buildsystems/cmake'
class Ccache < CMake
description 'Compiler cache that speeds up recompilation by caching previous compilations'
homepage 'https://ccache.dev/'
version '4.12.1'
version '4.12.2'
license 'GPL-3 and LGPL-3'
compatibility 'all'
source_url 'https://github.com/ccache/ccache.git'
@@ -11,10 +11,10 @@ class Ccache < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: '76081a9f2eec365c9df34b73927c3f88ae87ef830c6f58c4190ad52f3a9f3931',
armv7l: '76081a9f2eec365c9df34b73927c3f88ae87ef830c6f58c4190ad52f3a9f3931',
i686: '6c12afad52cdceeddf827fa93776d18acc93a93ff71d2901d201d969d338dd1a',
x86_64: '9f5ce97691806b862a6db34b16658c20b9f88459076f75d4f2cae0a3dc0cf079'
aarch64: '78e9e8b74d4a8f7f73d4e6312f2e28c6e06c43ef2ef19a6691c7466ec64cbaf6',
armv7l: '78e9e8b74d4a8f7f73d4e6312f2e28c6e06c43ef2ef19a6691c7466ec64cbaf6',
i686: '435af6439ac81b9ed06d8b84fde565b7b78f8fff663221c946e0378f92ba534b',
x86_64: '3b06e5a728d712553a7a43b0adf1948f1dabf26923c1944d4884c9d12c21d336'
})
depends_on 'gcc_lib' # R