mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.7.1",
|
|
"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/v2.7.1/prm_v2.7.1_windows_amd64.zip",
|
|
"hash": "f6b03d04e6638a66f404f585483feb5cbd179a62e302058072e93038a480eef8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ldez/prm/releases/download/v2.7.1/prm_v2.7.1_windows_386.zip",
|
|
"hash": "3851df56b541debc8178e8967855fa3bcc1bffac668ace2a4ebf363c378c10b6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|