2019-12-21 03:00:22 +00:00

40 lines
1.4 KiB
JSON

{
"homepage": "https://xmake.io",
"description": "A cross-platform build utility based on Lua",
"version": "2.2.9",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.2.9/xmake-v2.2.9.win64.zip",
"hash": "07ae3d197886c1b8c4132888b78bce927bbab5b0de27c17ed26ba943c067fdf0"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.2.9/xmake-v2.2.9.win32.zip",
"hash": "955cbfc2cd85e3fc581de4e905d20af266b4c0ed2fbcaf024254c2ba488ee442"
}
},
"extract_dir": "xmake",
"bin": "xmake.exe",
"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"
}
}
}
}
}