2018-08-08 23:01:47 +00:00

33 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/apex/up",
"license": "GPL-3.0",
"version": "0.7.3",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.7.3/up_0.7.3_windows_amd64.tar.gz",
"hash": "4e8f9eb2e9cbd2f606e91ed25130bb4e5d4783d3d157ef995838fb544c0d7279"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.7.3/up_0.7.3_windows_386.tar.gz",
"hash": "b42275bdd4a0ca8b268557be08d13bd4c5b7fb1e1b6ffe213d43da7693fccdef"
}
},
"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"
}
}
}