mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.4.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.4.1/prm_v2.4.1_windows_amd64.zip",
|
|
"hash": "3d504a4161bfbffb0c4c3cd3598a458ad5ad11d913cd96a8bee77cef0a7f87db"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ldez/prm/releases/download/v2.4.1/prm_v2.4.1_windows_386.zip",
|
|
"hash": "5581d37473904a0cd3009cd041a52e4cec909cef99acbf78f7936bb3f840a8fc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|