diff --git a/prm.json b/prm.json new file mode 100644 index 0000000000..f10665f0b0 --- /dev/null +++ b/prm.json @@ -0,0 +1,31 @@ +{ + "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" + } + } +}