mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"version": "2.9.9",
|
|
"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.9.9/xmake-v2.9.9.win64.zip",
|
|
"hash": "1bdde27785faafc69a7a117996a932c73ca8ec8a612ce4d885ba71dfb48c2084"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/xmake-io/xmake/releases/download/v2.9.9/xmake-v2.9.9.win32.zip",
|
|
"hash": "9003aa4e180e3986e7e485233572d3ef057cb4983668c42e19bbdb0bf17b6542"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|