mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "4.10.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.10.2/ccache-4.10.2-windows-x86_64.zip",
|
|
"hash": "6252f081876a9a9f700fae13a5aec5d0d486b28261d7f1f72ac11c7ad9df4da9",
|
|
"extract_dir": "ccache-4.10.2-windows-x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2-windows-i686.zip",
|
|
"hash": "30bd081f45f92affe74b776f19b8872a09b6b5df3ec6c43c552863d73c804871",
|
|
"extract_dir": "ccache-4.10.2-windows-i686"
|
|
}
|
|
},
|
|
"bin": "ccache.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/ccache/ccache"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ccache/ccache/releases/download/v$version/ccache-$version-windows-x86_64.zip",
|
|
"extract_dir": "ccache-$version-windows-x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ccache/ccache/releases/download/v$version/ccache-$version-windows-i686.zip",
|
|
"extract_dir": "ccache-$version-windows-i686"
|
|
}
|
|
}
|
|
}
|
|
}
|