2020-02-23 13:01:49 +00:00

40 lines
1.4 KiB
JSON

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