mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 13:15:15 +00:00
* update apex/apex to 0.15.0 * add apex/up * fix newlines * up: fix version, remove unused extract_dir, add hash extraction
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"homepage": "http://apex.run/",
|
|
"license": "https://github.com/apex/apex/blob/master/LICENSE",
|
|
"version": "0.15.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/apex/releases/download/v0.15.0/apex_windows_amd64.exe#/apex.exe",
|
|
"hash": "52816520a0ad13725ec87fabbed98c3d161241adf88a4a33b1ad861b2f99bdb1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/apex/releases/download/v0.15.0/apex_windows_386.exe#/apex.exe",
|
|
"hash": "4ef9b3bddd86166e33d1901ffd1dfabd1a93e18abdcbe81865b4d0bca26462ff"
|
|
}
|
|
},
|
|
"extract_dir": "apex",
|
|
"bin": "apex.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/apex/apex"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/apex/releases/download/v$version/apex_windows_amd64.exe#/apex.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/apex/releases/download/v$version/apex_windows_386.exe#/apex.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|