mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01:19 +00:00
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.16.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/apex/releases/download/v0.16.0/apex_windows_amd64.exe#/apex.exe",
|
|
"hash": "2035575715894a79509bfe30af791b5f939a98a172c0b876607207ff65a4f1c3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/apex/releases/download/v0.16.0/apex_windows_386.exe#/apex.exe",
|
|
"hash": "e41634a45008b2bd9878fade394aa9a29f89dbc45a0cbabe99c1e27846475335"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|