ccache: Update to version 4.8.3

This commit is contained in:
github-actions[bot] 2023-08-30 00:33:20 +00:00
parent 27c0d548cd
commit 1e08b12366

View File

@ -1,18 +1,18 @@
{
"version": "4.8.2",
"version": "4.8.3",
"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.2/ccache-4.8.2-windows-x86_64.zip",
"hash": "13c6230c146c88c6cfdcba6b3edb4b1588a0b3debf87d4c2514ba7fb1583ae2d",
"extract_dir": "ccache-4.8.2-windows-x86_64"
"url": "https://github.com/ccache/ccache/releases/download/v4.8.3/ccache-4.8.3-windows-x86_64.zip",
"hash": "8209238d7486291890df0ca34fb1254253d55a8932101a726c9f131ce7d4f97f",
"extract_dir": "ccache-4.8.3-windows-x86_64"
},
"32bit": {
"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"
"url": "https://github.com/ccache/ccache/releases/download/v4.8.3/ccache-4.8.3-windows-i686.zip",
"hash": "208ca48222b571617976179eae0d10082c68d1434faadaeb64f78173e0551abe",
"extract_dir": "ccache-4.8.3-windows-i686"
}
},
"bin": "ccache.exe",