2018-05-02 22:00:25 +00:00

33 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/apex/up",
"license": "GPL-3.0",
"version": "0.6.3",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.6.3/up_0.6.3_windows_amd64.tar.gz",
"hash": "ffa0a9f768d9967fb4cbb018bf5d10c13939ba4f12aab8305ac17ca7b1ca1434"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.6.3/up_0.6.3_windows_386.tar.gz",
"hash": "5b0f04730216a043138ec0af3282785295a5708ff86ad516a532c1d7b647dba1"
}
},
"bin": "up.exe",
"checkver": {
"github": "https://github.com/apex/up"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v$version/up_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v$version/up_$version_windows_386.tar.gz"
}
},
"hash": {
"url": "$baseurl/up_$version_checksums.txt"
}
}
}