mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-24 09:31:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.7.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/v2.7.0/prm_v2.7.0_windows_amd64.zip",
|
|
"hash": "68f741309383c227c3110d45d6253bbb16d60dce9afa6dca4588978be1abff30"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ldez/prm/releases/download/v2.7.0/prm_v2.7.0_windows_386.zip",
|
|
"hash": "c51260e8c500dfc006171eebcf45dfed06c491309dcdcaba46b126275c64ab1e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|