xmake: Fix 'extract_dir' and add 64bit (#164)

This commit is contained in:
Hsiao-nan Cheung 2019-06-20 19:20:42 +08:00 committed by GitHub
parent e537e115b9
commit 8c9923f606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,28 @@
"description": "A cross-platform build utility based on Lua",
"version": "2.2.7",
"license": "Apache-2.0",
"url": "https://github.com/xmake-io/xmake/releases/download/v2.2.7/xmake-v2.2.7.win32.zip",
"hash": "2c48fb07441593a474e157b43a3bf63a7130bbdd6b78219b396b511ba9ca43ca",
"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",
"hash": "2c48fb07441593a474e157b43a3bf63a7130bbdd6b78219b396b511ba9ca43ca"
}
},
"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"
"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"
}
}
}
}