mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"version": "2.6.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.6.9/xmake-v2.6.9.win64.zip",
|
|
"hash": "3aad46503af10a467bb04b723ed8ba1ec24607e22a335a54ce011e1c4f255855"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/xmake-io/xmake/releases/download/v2.6.9/xmake-v2.6.9.win32.zip",
|
|
"hash": "7d910e2c51bd80c62cac1346b0cf6aee8f50c4b1993eb41b8accf0d826fa8434"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|