2018-01-03 19:00:36 +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.6",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.4.6/up_0.4.6_windows_amd64.tar.gz",
"hash": "6ea42020fa2056dd98d5efc7c2912ac95045a227869fb7e1f219799c5b80201d"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.4.6/up_0.4.6_windows_386.tar.gz",
"hash": "2a76509125e575c5f4281b5908052d63379690ac7ef3be904b26e628a4f9e890"
}
},
"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"
}
}
}