2021-12-17 16:29:46 +00:00

43 lines
1.4 KiB
JSON

{
"version": "2.6.2",
"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.6.2/xmake-v2.6.2.win64.zip",
"hash": "b8b559b2fc334d262ed8d37fd7216c67774ce00dff33937dce5270ff9115c7e4"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.6.2/xmake-v2.6.2.win32.zip",
"hash": "362b97fb95a82b2fdf8de7c06c29e712a1f3a41dd8772ed640c9b08c93efe612"
}
},
"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"
}
}
}
}
}