2020-07-28 12:41:15 +02:00

40 lines
1.4 KiB
JSON

{
"version": "2.3.6",
"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.3.6/xmake-v2.3.6.win64.zip",
"hash": "eedd05684c540af0fd288989312cc7aed66afea258f015b2a285b39879a7ccfd"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.3.6/xmake-v2.3.6.win32.zip",
"hash": "1f0789e69acbf04ab965bf59d7f4994f6096af70131a05b09dd01ebe3c2aec80"
}
},
"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"
}
}
}
}
}