2019-03-29 21:01:59 +00:00

33 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/apex/up",
"license": "GPL-3.0",
"version": "1.1.2",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v1.1.2/up_1.1.2_windows_amd64.tar.gz",
"hash": "1aed19e212a219468b96be2a260fe5b496ee8eccc2c0444d22f19a551dca8cdb"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v1.1.2/up_1.1.2_windows_386.tar.gz",
"hash": "7ab32fe80e867145aa52eaf3bff214e0c04954524ee063d64eba4b1f7ce889c7"
}
},
"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"
}
}
}