2018-01-24 19:00:52 +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.9",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.4.9/up_0.4.9_windows_amd64.tar.gz",
"hash": "66a5de9ab89137e5923f4c097df608c46bb0ef0e3a93ab919bb9a6cefbdd4587"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.4.9/up_0.4.9_windows_386.tar.gz",
"hash": "2dd1cbc53a8b1b83be1dd672be5266e092ea3405bee4a91457f00a037365ac29"
}
},
"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"
}
}
}