2018-07-12 23:00:23 +00:00

33 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/apex/up",
"license": "GPL-3.0",
"version": "0.7.1",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.7.1/up_0.7.1_windows_amd64.tar.gz",
"hash": "e3404e766b5da170e9858a262c935c716188136cc4a712efadb8965c6804a212"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.7.1/up_0.7.1_windows_386.tar.gz",
"hash": "084d796c1e632cd0ad538e40f918d0ab563290b07703f7a4e978767ea1bed522"
}
},
"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_$version_checksums.txt"
}
}
}