2019-07-08 01:01:49 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.6.0",
"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.0/prm_v2.6.0_windows_amd64.zip",
"hash": "ba2c6ce3b571ef0c13b8b6dcae05dce387c1b0e715db2c17fd237029dcc87541"
},
"32bit": {
"url": "https://github.com/ldez/prm/releases/download/v2.6.0/prm_v2.6.0_windows_386.zip",
"hash": "2bf05e51837f3a665ea9884b635f5334b322ce878d24bed34bd4a72b89783458"
}
},
"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"
}
}
}