2020-12-03 09:57:38 +01:00

32 lines
1.1 KiB
JSON

{
"version": "3.4.3",
"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.3/prm_v3.4.3_windows_amd64.zip",
"hash": "19322d87f79a3dab416c5fcbdb7aa904dfae0b82098f68f0d9db7a3e78fe62f6"
},
"32bit": {
"url": "https://github.com/ldez/prm/releases/download/v3.4.3/prm_v3.4.3_windows_386.zip",
"hash": "29cd8fde9186da108bf69f2c02815f797db733e06bc744a108ae88731fed8fe1"
}
},
"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"
}
}
}