mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
ccache: Update to version 4.8.2
This commit is contained in:
parent
844fb844d6
commit
7fd139f284
@ -1,18 +1,18 @@
|
||||
{
|
||||
"version": "4.8.1",
|
||||
"version": "4.8.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.8.1/ccache-4.8.1-windows-x86_64.zip",
|
||||
"hash": "ca59770e9f46b59d6bec6e7036a17a27d601a0a5a0a721fe8e03fea734ccf732",
|
||||
"extract_dir": "ccache-4.8.1-windows-x86_64"
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-windows-x86_64.zip",
|
||||
"hash": "13c6230c146c88c6cfdcba6b3edb4b1588a0b3debf87d4c2514ba7fb1583ae2d",
|
||||
"extract_dir": "ccache-4.8.2-windows-x86_64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.8.1/ccache-4.8.1-windows-i686.zip",
|
||||
"hash": "b001ef2c82083e0cf515645f08b3930406acbf2a8759ee2570538343c61c4baf",
|
||||
"extract_dir": "ccache-4.8.1-windows-i686"
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-windows-i686.zip",
|
||||
"hash": "d81bca3d6b3227bb5d8c05e4ff758980f07bdefb097f82adc79aa5d37294ae6e",
|
||||
"extract_dir": "ccache-4.8.2-windows-i686"
|
||||
}
|
||||
},
|
||||
"bin": "ccache.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user