2021-08-29 00:16:09 -07:00

43 lines
1.4 KiB
JSON

{
"version": "2.5.7",
"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.5.7/xmake-v2.5.7.win64.zip",
"hash": "7d8b3c4daa914677a05aa6d40d8e48fa72b91ba01bcbb267dd12a0a32d91246d"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.7/xmake-v2.5.7.win32.zip",
"hash": "153926d0c89dbad411a7e7702b811bf415e5f2873c4089bb2d7532bdb261c524"
}
},
"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"
}
}
}
}
}