-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathngrok.json
39 lines (39 loc) · 1.71 KB
/
ngrok.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
32
33
34
35
36
37
38
39
{
"version": "3.21.0",
"description": "Spend more time programming. One command for an instant, secure URL to your localhost server through any NAT or firewall.",
"homepage": "https://ngrok.com/",
"license": {
"identifier": "Shareware",
"url": "https://ngrok.com/tos"
},
"notes": "There are breaking changes in v3 of ngrok. For details, see: https://ngrok.com/docs/guides/upgrade-v2-v3. To stay on v2, install versions/ngrok2",
"architecture": {
"64bit": {
"url": "https://bin.equinox.io/a/WsMGvdkU3t/ngrok-v3-3.21.0-windows-amd64.zip",
"hash": "909b9ab13d97af12e59753f0c3dd0d6f9b2170010264b187e4f0735907f18331"
},
"32bit": {
"url": "https://bin.equinox.io/a/jKENmHYpeaV/ngrok-v3-3.21.0-windows-386.zip",
"hash": "b6ebf8e726e68adf3efa64da3130583225c4bd5fed8b0da549bc944f0583f223"
}
},
"bin": "ngrok.exe",
"checkver": {
"url": "https://dl.equinox.io/ngrok/ngrok-v3/stable/archive",
"regex": "/a/(?<hash64bit>\\w+)/ngrok-v[\\d.]+-([\\d.]+)-windows-amd64.zip(?:.|\\n)+?/a/(?<hash32bit>\\w+)/ngrok-v[\\d.]+-([\\d.]+)-windows-386.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://bin.equinox.io/a/$matchHash64bit/ngrok-v$majorVersion-$version-windows-amd64.zip"
},
"32bit": {
"url": "https://bin.equinox.io/a/$matchHash32bit/ngrok-v$majorVersion-$version-windows-386.zip"
}
},
"hash": {
"url": "https://dl.equinox.io/ngrok/ngrok-v3/stable/archive",
"regex": "$url(?:.|\\n)+?value=\"(\\w+)"
}
}
}