2017-11-19 00:00:43 +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.3.3",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.3.3/up_0.3.3_windows_amd64.tar.gz",
"hash": "11a7f83799649aaa65a1c9d3f5ca364887583c953e3092ef35cd70561dde2928"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.3.3/up_0.3.3_windows_386.tar.gz",
"hash": "8ba60843d4863742a214b6de105ac3b7dff161affd8ab12cd20cad0efe01fb1a"
}
},
"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"
}
}
}