mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-23 01:01:39 +00:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"version": "2.5.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.5.4/xmake-v2.5.4.win64.zip",
|
|
"hash": "7699e02c17c1564e711f403e8052b506d0670aa17663f39bb90ebab32ef882cb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.4/xmake-v2.5.4.win32.zip",
|
|
"hash": "56ae568bdd5faa48dc1a1767ed4a7953f5731eb4d1c4f3373b5b32d076687859"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|