diff --git a/manifest/armv7l/s/sccache.filelist b/manifest/armv7l/s/sccache.filelist index 24c941d62..dc120cefd 100644 --- a/manifest/armv7l/s/sccache.filelist +++ b/manifest/armv7l/s/sccache.filelist @@ -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 diff --git a/manifest/i686/s/sccache.filelist b/manifest/i686/s/sccache.filelist index 741c1c252..d96c5f8c1 100644 --- a/manifest/i686/s/sccache.filelist +++ b/manifest/i686/s/sccache.filelist @@ -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 diff --git a/manifest/x86_64/s/sccache.filelist b/manifest/x86_64/s/sccache.filelist index d3e959cf6..0cc9cf64d 100644 --- a/manifest/x86_64/s/sccache.filelist +++ b/manifest/x86_64/s/sccache.filelist @@ -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 diff --git a/packages/sccache.rb b/packages/sccache.rb index a41dd4c7a..7bf3fbd24 100644 --- a/packages/sccache.rb +++ b/packages/sccache.rb @@ -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