mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.5.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.5.1/prm_v2.5.1_windows_amd64.zip",
|
|
"hash": "35966056d82a9f63dd16398badbf2ad9b3f00721c799c06f327140130a80efb1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ldez/prm/releases/download/v2.5.1/prm_v2.5.1_windows_386.zip",
|
|
"hash": "e54aaa073ce0af6459afddeda975dc80f7fbecd8aa0d99e19200c4fb00f96f5e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|