-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathprm.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.6.4",
"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.6.4/prm_v3.6.4_windows_amd64.zip",
"hash": "74134fa0b4f1b574a201d360824b45dc5e6ff55b4c03a1ccfc5c32e16b88493f"
},
"32bit": {
"url": "https://github.com/ldez/prm/releases/download/v3.6.4/prm_v3.6.4_windows_386.zip",
"hash": "e97b70bb69ac9507ea2efef9889a0a1b68bf88b18e319776ce939b349317ffd9"
}
},
"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"
}
}
}