2019-01-16 17:41:38 +01:00

32 lines
1.1 KiB
JSON

{
"version": "2.4.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.4.0/prm_v2.4.0_windows_amd64.zip",
"hash": "6971850eed3ad99ccedd7c9218e9e6bd4aed187d774ff0c3742d279ef3a540b9"
},
"32bit": {
"url": "https://github.com/ldez/prm/releases/download/v2.4.0/prm_v2.4.0_windows_386.zip",
"hash": "1f00a6be8b2396d5e78608f316a83db925cadf340b59036a34bfb18ec4ba145f"
}
},
"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"
}
}
}