2018-05-16 18:00:21 +00:00

33 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/apex/up",
"license": "GPL-3.0",
"version": "0.6.5",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.6.5/up_0.6.5_windows_amd64.tar.gz",
"hash": "130105d7b8764be0d06470a112a9bb4d248829fa7ef0e6ed1870a34fdd132f60"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.6.5/up_0.6.5_windows_386.tar.gz",
"hash": "caad3d85893b41cbc5f4b7ed66dea3a0fd64d0ad22f9520b294c6ac9cd5d96ee"
}
},
"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"
}
}
}