mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 02:24:50 +00:00
Add prm 2.4.0 (#2998)
This commit is contained in:
parent
6c2608b244
commit
a1d2033811
31
prm.json
Normal file
31
prm.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": "2.4.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.4.0/prm_v2.4.0_windows_amd64.zip",
|
||||
"hash": "6971850eed3ad99ccedd7c9218e9e6bd4aed187d774ff0c3742d279ef3a540b9"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/ldez/prm/releases/download/v2.4.0/prm_v2.4.0_windows_386.zip",
|
||||
"hash": "1f00a6be8b2396d5e78608f316a83db925cadf340b59036a34bfb18ec4ba145f"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user