2018-01-19 21:00:27 +00:00

33 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/apex/up",
"license": "https://github.com/apex/up/blob/master/LICENSE",
"version": "0.4.7",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.4.7/up_0.4.7_windows_amd64.tar.gz",
"hash": "5502658dc86a5efd02250adab2915a845cf808f36d52105731c488e003b01111"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.4.7/up_0.4.7_windows_386.tar.gz",
"hash": "70413153f0e564a62131e6b115b6193d6a1f933828e283eaebebab2be191c191"
}
},
"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_checksums.txt"
}
}
}