mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
17 lines
597 B
JSON
17 lines
597 B
JSON
{
|
|
"homepage": "https://xmake.io",
|
|
"description": "A cross-platform build utility based on Lua",
|
|
"version": "2.2.6",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/xmake-io/xmake/releases/download/v2.2.6/xmake-v2.2.6.win32.zip",
|
|
"hash": "02d90cb7885a420305c022e4a852a4afe36e3bf6f57aab74d602664a5649eeb7",
|
|
"bin": "xmake.exe",
|
|
"extract_dir": "xmake",
|
|
"checkver": {
|
|
"github": "https://github.com/xmake-io/xmake"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win32.zip"
|
|
}
|
|
}
|