2018-06-08 01:00:48 +00:00

33 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/apex/up",
"license": "GPL-3.0",
"version": "0.6.8",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.6.8/up_0.6.8_windows_amd64.tar.gz",
"hash": "00e13f8cc16bab168ef187ad416e8750e0f40f464102c1351274a50ebbb51881"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.6.8/up_0.6.8_windows_386.tar.gz",
"hash": "d5e7ea890cc0096b1f8d8915e7281030c437faf7051782c7019ce1114db13582"
}
},
"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"
}
}
}