mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "0.33.0",
|
|
"description": "An advanced compiler accelerator that caches and reuses build results to avoid unnecessary re-compilations, and thereby speeding up the build process.",
|
|
"homepage": "https://gitlab.com/bits-n-bites/buildcache",
|
|
"license": "Zlib",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab.com/bits-n-bites/buildcache/-/releases/v0.33.0/downloads/buildcache-windows.zip",
|
|
"hash": "787a5062c95aff41c0448ea80111eb98a591f778135e906856d7af412954a372"
|
|
}
|
|
},
|
|
"extract_dir": "buildcache",
|
|
"bin": "bin/buildcache.exe",
|
|
"shortcuts": [
|
|
[
|
|
"bin/buildcache.exe",
|
|
"buildcache"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://gitlab.com/api/v4/projects/49153623/releases/permalink/latest",
|
|
"jsonpath": "$.tag_name",
|
|
"regex": "([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab.com/bits-n-bites/buildcache/-/releases/v$version/downloads/buildcache-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|