2018-02-22 12:00:20 +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.5.2",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.5.2/up_0.5.2_windows_amd64.tar.gz",
"hash": "eccdc05478d5782c2acfc309db8a211e8552c3595e41c371efe4ef7fa1eef324"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.5.2/up_0.5.2_windows_386.tar.gz",
"hash": "23b4032dfe2e06459f41df31a6c447e1cf37b155aa6aacf88aee827008e56d68"
}
},
"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"
}
}
}