mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-29 20:11:20 +00:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"version": "2.6.5",
|
|
"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.5/xmake-v2.6.5.win64.zip",
|
|
"hash": "348b87174a05206431b4641ce4166b98ec78216ef3cc628e1da05116ed2e19c7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/xmake-io/xmake/releases/download/v2.6.5/xmake-v2.6.5.win32.zip",
|
|
"hash": "d2f8788049649fef2bfd1f3bba5e36177d4a09c0509ea6d552a46249782fe2fb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|