2023-07-14 09:11:53 +00:00

43 lines
1.4 KiB
JSON

{
"version": "2.8.1",
"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.8.1/xmake-v2.8.1.win64.zip",
"hash": "9a18c3d9fd344d33f80ddbf76224d8476312c7a8a4332ed4a526e28adc6b3835"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.8.1/xmake-v2.8.1.win32.zip",
"hash": "6c4582166a4814ae86ce7ba205fe253288490fa5178a96fe2ba3890ff9d665cf"
}
},
"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"
}
}
}
}
}