Skip to content

Commit 1279200

Browse files
Updated jprq (jprq.io) package for Scoop
1 parent 222c97f commit 1279200

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

bucket/jprq.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"version": "2.4",
3+
"description": "jprq - Secure public URLs for local servers",
4+
"homepage": "https://github.com/azimjohn/jprq",
5+
"license": "MIT",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/azimjohn/jprq/releases/download/2.4/jprq-windows-amd64.exe",
9+
"hash": "4BAF20EB564946AF3CE0D6A33BDA1A08036728E24E8024388B5595AF6859BCC1"
10+
},
11+
"32bit": {
12+
"url": "https://github.com/azimjohn/jprq/releases/download/2.4/jprq-windows-386.exe",
13+
"hash": "3EEF9C81B6B0B71E6F3A0C0DC6488052F864FE2074CA0B6F18054471D423364A"
14+
}
15+
},
16+
"bin": [
17+
["jprq-windows-amd64.exe", "jprq"],
18+
["jprq-windows-386.exe", "jprq"]
19+
],
20+
"shortcuts": [
21+
["jprq-windows-amd64.exe", "jprq"],
22+
["jprq-windows-386.exe", "jprq"]
23+
],
24+
"checkver": {
25+
"github": "https://github.com/azimjohn/jprq"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://github.com/azimjohn/jprq/releases/download/$version/jprq-windows-amd64.exe"
31+
},
32+
"32bit": {
33+
"url": "https://github.com/azimjohn/jprq/releases/download/$version/jprq-windows-386.exe"
34+
}
35+
}
36+
}
37+
}

0 commit comments

Comments
 (0)