2017-09-16 00:01:49 +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.2.4",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.2.4/up_0.2.4_windows_amd64.tar.gz",
"hash": "6aa94faaca07d14d48f1d8d124d5d27298bf84f49e88118c72e3d0b4a5ca5c86"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.2.4/up_0.2.4_windows_386.tar.gz",
"hash": "8cc54cf5036573ca61d61307c8de2d2594f8ac4fdc4645af7abd6501ae6be246"
}
},
"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"
}
}
}