ccache: Update to version 4.6.1 (#3586)

This commit is contained in:
tech189 2022-05-18 12:17:53 +01:00 committed by GitHub
parent ba7bb5279e
commit 0a355e5206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,18 @@
{
"version": "4.6",
"version": "4.6.1",
"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.6/ccache-4.6-windows-64.zip",
"hash": "d7b4e8c89db51b044711590b3fbd238e57951fe91b30df197e4d7c00279ef78d",
"extract_dir": "ccache-4.6-windows-64"
"url": "https://github.com/ccache/ccache/releases/download/v4.6.1/ccache-4.6.1-windows-x86_64.zip",
"hash": "a6c6311973aa3d2aae22424895f2f968e5d661be003b25f1bd854a5c0cd57563",
"extract_dir": "ccache-4.6.1-windows-x86_64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.6/ccache-4.6-windows-32.zip",
"hash": "aff5cca6d775b48d8fb46975e1529484049a05a15f7e6268feb2234c6c7cbf31",
"extract_dir": "ccache-4.6-windows-32"
"url": "https://github.com/ccache/ccache/releases/download/v4.6.1/ccache-4.6.1-windows-i686.zip",
"hash": "8489227fbb648ea59f43ea11817e0511224549d722bc1789f348913966d39604",
"extract_dir": "ccache-4.6.1-windows-i686"
}
},
"bin": "ccache.exe",
@ -22,12 +22,12 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ccache/ccache/releases/download/v$version/ccache-$version-windows-64.zip",
"extract_dir": "ccache-$version-windows-64"
"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-32.zip",
"extract_dir": "ccache-$version-windows-32"
"url": "https://github.com/ccache/ccache/releases/download/v$version/ccache-$version-windows-i686.zip",
"extract_dir": "ccache-$version-windows-i686"
}
}
}