2021-09-11 01:59:55 -07:00

32 lines
1.1 KiB
JSON

{
"version": "3.4.4",
"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.4/prm_v3.4.4_windows_amd64.zip",
"hash": "55a4d557d93398cfbd37e33e1b6f3169341633232f5117d20eed7199a82ecfe0"
},
"32bit": {
"url": "https://github.com/ldez/prm/releases/download/v3.4.4/prm_v3.4.4_windows_386.zip",
"hash": "18ad91a822f1b34194ff60f51573bf2515aa46cf3b02a51512524272a1853508"
}
},
"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"
}
}
}