2021-11-08 23:00:48 +00:00

32 lines
1.1 KiB
JSON

{
"version": "3.4.5",
"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/v3.4.5/prm_v3.4.5_windows_amd64.zip",
"hash": "c7937163088ecbd64665af1503e45778cac583b54ff972543d6187dfef5688b8"
},
"32bit": {
"url": "https://github.com/ldez/prm/releases/download/v3.4.5/prm_v3.4.5_windows_386.zip",
"hash": "3b3b185879f424000356023a11cfad6f8790023f46debad132d67c5f191cc0d6"
}
},
"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"
}
}
}