2024-06-24 12:31:42 +00:00

43 lines
1.4 KiB
JSON

{
"version": "2.9.3",
"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.3/xmake-v2.9.3.win64.zip",
"hash": "cbe66aff5b52c0dde135d5e418f020589186e715e4a8edd73acf1f4d2904be27"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.9.3/xmake-v2.9.3.win32.zip",
"hash": "f0862d588bc7273340f40ce80febbfdeb5428d08adab522bb9ec30c344f6d6b2"
}
},
"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"
}
}
}
}
}