2024-09-14 04:28:40 +00:00

43 lines
1.4 KiB
JSON

{
"version": "2.9.5",
"description": "A cross-platform build utility based on Lua",
"homepage": "https://xmake.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.9.5/xmake-v2.9.5.win64.zip",
"hash": "e43b0f43068ac7f664b7b31b516fba1871b653172c28766b2c5803be7c47c0d7"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.9.5/xmake-v2.9.5.win32.zip",
"hash": "97f79c4729f8e9990904b15edd626ee29a743f924c55b7c14825816e86a58014"
}
},
"extract_dir": "xmake",
"bin": [
"xmake.exe",
"xrepo.bat"
],
"checkver": {
"github": "https://github.com/xmake-io/xmake"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win64.zip",
"hash": {
"url": "$baseurl/xmake-v$version.win64.sha256",
"regex": "$sha256.*?zip"
}
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win32.zip",
"hash": {
"url": "$baseurl/xmake-v$version.win32.sha256",
"regex": "$sha256.*?zip"
}
}
}
}
}