2017-10-10 12:00:28 +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.9",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.2.9/up_0.2.9_windows_amd64.tar.gz",
"hash": "5139786879b715c10ce66e8a0210eecd1605906e24513a9ab45ea8c0e7f469ce"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.2.9/up_0.2.9_windows_386.tar.gz",
"hash": "7486a80a53f6248012f8e0531d2ea2154161af04814ca76bd552f4461044308b"
}
},
"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"
}
}
}