mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
xmake: Fix 'extract_dir' and add 64bit (#164)
This commit is contained in:
parent
e537e115b9
commit
8c9923f606
@ -3,14 +3,28 @@
|
|||||||
"description": "A cross-platform build utility based on Lua",
|
"description": "A cross-platform build utility based on Lua",
|
||||||
"version": "2.2.7",
|
"version": "2.2.7",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/xmake-io/xmake/releases/download/v2.2.7/xmake-v2.2.7.win64.zip",
|
||||||
|
"hash": "5d04c7ef1bf3e1f178884f624a0c96dc21cf8a53ec54b1f2a95b9fd590b476ee"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
"url": "https://github.com/xmake-io/xmake/releases/download/v2.2.7/xmake-v2.2.7.win32.zip",
|
"url": "https://github.com/xmake-io/xmake/releases/download/v2.2.7/xmake-v2.2.7.win32.zip",
|
||||||
"hash": "2c48fb07441593a474e157b43a3bf63a7130bbdd6b78219b396b511ba9ca43ca",
|
"hash": "2c48fb07441593a474e157b43a3bf63a7130bbdd6b78219b396b511ba9ca43ca"
|
||||||
|
}
|
||||||
|
},
|
||||||
"bin": "xmake.exe",
|
"bin": "xmake.exe",
|
||||||
"extract_dir": "xmake",
|
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/xmake-io/xmake"
|
"github": "https://github.com/xmake-io/xmake"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win64.zip"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
"url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win32.zip"
|
"url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win32.zip"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user