2020-02-15 21:01:49 +00:00

32 lines
1.1 KiB
JSON

{
"version": "3.2.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.2.0/prm_v3.2.0_windows_amd64.zip",
"hash": "91e81fc51a1720c3f923c067a3fc7c5ee356921dd37a2fad7ea62331f8ecdbb4"
},
"32bit": {
"url": "https://github.com/ldez/prm/releases/download/v3.2.0/prm_v3.2.0_windows_386.zip",
"hash": "f59c3ef99e793f080953a26deb571d25fe26720c498f8244d7d4d49ea18b50d0"
}
},
"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"
}
}
}