2022-07-30 00:33:44 +00:00

32 lines
1.1 KiB
JSON

{
"version": "3.5.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/v3.5.0/prm_v3.5.0_windows_amd64.zip",
"hash": "5d54084155e706f8f90d1a3a84818836ec099263a2145032aebd76ce2752d483"
},
"32bit": {
"url": "https://github.com/ldez/prm/releases/download/v3.5.0/prm_v3.5.0_windows_386.zip",
"hash": "66e5097635f227ca4eea8afdbcd45857a8191940a70db04f161001ead6942ad4"
}
},
"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"
}
}
}