2020-04-26 20:02:05 +02:00

40 lines
1.4 KiB
JSON

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