2017-09-21 03: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.5",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.2.5/up_0.2.5_windows_amd64.tar.gz",
"hash": "0078ff8b8a02f38438b794ef259724c1d8d05ee0865035c758d49be12c1e8681"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.2.5/up_0.2.5_windows_386.tar.gz",
"hash": "dbc771c622ec9d3c5f6ee7200560f5aea897621993ab579903366da9647a80eb"
}
},
"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"
}
}
}