-
Notifications
You must be signed in to change notification settings - Fork 9
/
prm.json
31 lines (31 loc) · 1.13 KB
/
prm.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"version": "3.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/v3.5.1/prm_v3.5.1_windows_amd64.zip",
"hash": "18dc4858ea3aa035d2bfeb528112430790a4bc3797c7551188b14fed2169640f"
},
"32bit": {
"url": "https://github.com/ldez/prm/releases/download/v3.5.1/prm_v3.5.1_windows_386.zip",
"hash": "8432e119ae18628d3815c298db55da646eab65f312d62b6edaaa9e676b889c09"
}
},
"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"
}
}
}