2019-07-17 09:00:21 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.6.1",
"description": "Pull Request Manager for Maintainers.",
"homepage": "https://github.com/ldez/prm/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ldez/prm/releases/download/v2.6.1/prm_v2.6.1_windows_amd64.zip",
"hash": "4857f4b32af82a76536095ac030cbe785982b3f3ba063f706c03bf5a6742a715"
},
"32bit": {
"url": "https://github.com/ldez/prm/releases/download/v2.6.1/prm_v2.6.1_windows_386.zip",
"hash": "fdbb83cc64e8fd773ffc1c21d03d29c1824b5b900c541defff60990d431e17fa"
}
},
"bin": "prm.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ldez/prm/releases/download/v$version/prm_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/ldez/prm/releases/download/v$version/prm_v$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/prm_$version_checksums.txt"
}
}
}