mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
ccache: Update to version 4.12.2
This commit is contained in:
parent
6f0c7f5e6d
commit
8ebf69fb18
@ -1,18 +1,18 @@
|
||||
{
|
||||
"version": "4.12.1",
|
||||
"version": "4.12.2",
|
||||
"description": "Compiler cache to speed up recompilation by caching previous compilations and detecting when the same compilation is being done again.",
|
||||
"homepage": "https://ccache.dev",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.12.1/ccache-4.12.1-windows-x86_64.zip",
|
||||
"hash": "98aea520d66905b8ba7a8e648a4cc0ca941d5e119d441f1e879a4a9045bf18f6",
|
||||
"extract_dir": "ccache-4.12.1-windows-x86_64"
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.12.2/ccache-4.12.2-windows-x86_64.zip",
|
||||
"hash": "82c1b130b25cc162531dc7a062dc5ea99349cd536bc9eba8a66d976802d66516",
|
||||
"extract_dir": "ccache-4.12.2-windows-x86_64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.12.1/ccache-4.12.1-windows-i686.zip",
|
||||
"hash": "2012b76631366dded52c3a983d8bda154dd76badb05bd6d8cde63e184cd5538a",
|
||||
"extract_dir": "ccache-4.12.1-windows-i686"
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.12.2/ccache-4.12.2-windows-i686.zip",
|
||||
"hash": "0cf9ae22c358b37ed41dc44705008a2cc7a2837fc08e51821acf399b9d673a83",
|
||||
"extract_dir": "ccache-4.12.2-windows-i686"
|
||||
}
|
||||
},
|
||||
"bin": "ccache.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user