mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"version": "2.6.4",
|
|
"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.4/xmake-v2.6.4.win64.zip",
|
|
"hash": "08e55940661485f7b9893e6ffad9eed4e9970b4e0156cdf8d965afca630e3c70"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/xmake-io/xmake/releases/download/v2.6.4/xmake-v2.6.4.win32.zip",
|
|
"hash": "38d9ce6bfdeaa3fc91bf40a1679406e9eaa2cf089113e4b4bb6a2f9fdd7cf0ea"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|