2019-08-26 16:00:44 +00:00

40 lines
1.4 KiB
JSON

{
"homepage": "https://xmake.io",
"description": "A cross-platform build utility based on Lua",
"version": "2.2.8",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.2.8/xmake-v2.2.8.win64.zip",
"hash": "d7281759fa13ec7c489e4f7ccaf044df32db2d13d117c65dd257d56b4303b4ef"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.2.8/xmake-v2.2.8.win32.zip",
"hash": "5acf646433b430b80a6b350f219a92dc051a324fb7b363c11e916c8ee91670ea"
}
},
"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"
}
}
}
}
}