2018-05-24 16:00:25 +00:00

33 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/apex/up",
"license": "GPL-3.0",
"version": "0.6.6",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.6.6/up_0.6.6_windows_amd64.tar.gz",
"hash": "2d52324a9c3f02809cdc72f6152e50c3162e8509e6d014c6a95f9c119300c65e"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.6.6/up_0.6.6_windows_386.tar.gz",
"hash": "a264fe1a6d935cc0f6f23726fa9ddee69bb55018b89566e3216ca9f5c9389d34"
}
},
"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"
}
}
}