mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://xmake.io",
|
|
"description": "A cross-platform build utility based on Lua",
|
|
"version": "2.2.7",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/xmake-io/xmake/releases/download/v2.2.7/xmake-v2.2.7.win64.zip",
|
|
"hash": "ddd0ac761327378c70f253ff59da55e95959f4331709135b000b040dc2c46ec9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/xmake-io/xmake/releases/download/v2.2.7/xmake-v2.2.7.win32.zip",
|
|
"hash": "204819bdfc44598c3f5f17dd2e059efd70b5aafa6907fcbcc56ffc76bf92d545"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|