mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
updater-sccache-0.10.0 — sccache → 0.10.0 (#12971)
* Add unbuilt sccache to updater-sccache-0.10.0 * updater-sccache-0.10.0: Build Run on linux/amd64. * updater-sccache-0.10.0: Build Run on linux/arm/v7. * updater-sccache-0.10.0: Build Run on linux/386. * updater-sccache-0.10.0: Package File Update Run on linux/386 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:
committed by
GitHub
parent
1b4c9b388f
commit
ac7881be0a
@@ -1,4 +1,4 @@
|
||||
# Total size: 6259842
|
||||
# Total size: 20520570
|
||||
/usr/local/bin/sccache
|
||||
/usr/local/bin/sccache-dist
|
||||
/usr/local/etc/bash.d/sccache
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 7523098
|
||||
# Total size: 23769678
|
||||
/usr/local/bin/sccache
|
||||
/usr/local/bin/sccache-dist
|
||||
/usr/local/etc/bash.d/sccache
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 7792934
|
||||
# Total size: 25154138
|
||||
/usr/local/bin/sccache
|
||||
/usr/local/bin/sccache-dist
|
||||
/usr/local/etc/bash.d/sccache
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Sccache < Package
|
||||
description 'Shared Compilation Cache'
|
||||
homepage 'https://github.com/mozilla/sccache/'
|
||||
version '0.8.1'
|
||||
version '0.10.0'
|
||||
license 'Apache-2.0, Apache-2.0-with-LLVM-exceptions, BSD, BSD-2, Boost-1.0, ISC, MIT, Unlicense and ZLIB'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/mozilla/sccache.git'
|
||||
@@ -11,10 +11,10 @@ class Sccache < Package
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'b58db6f682f36c42e2d5085540a0625f9379e2457abec3059a18fa875eb62358',
|
||||
armv7l: 'b58db6f682f36c42e2d5085540a0625f9379e2457abec3059a18fa875eb62358',
|
||||
i686: '3d30cc3f9aa6c6a6dc8153ac776c34d9be1a9a66f315c63e2d2407bb7ea96768',
|
||||
x86_64: 'e769f368dca022e095867300959d37be6947be0cad1a66c7861dd21ce49fee60'
|
||||
aarch64: 'da53d5b3c9b4a1068165964677a7b72ddd199a61606ed2ffe2a0d4f092b9934f',
|
||||
armv7l: 'da53d5b3c9b4a1068165964677a7b72ddd199a61606ed2ffe2a0d4f092b9934f',
|
||||
i686: 'b4eeef08d3faaef139266ce63138104e2a60946390c5c4c0ff722e05717306f6',
|
||||
x86_64: 'ca129f687034ad50817356cc796679a3c9d54280137690ba96ae82af9eea26cc'
|
||||
})
|
||||
|
||||
depends_on 'gcc_lib' # R
|
||||
|
||||
Reference in New Issue
Block a user