2021-03-26 16:01:18 +00:00

39 lines
1.5 KiB
JSON

{
"version": "2.3.37",
"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"
},
"architecture": {
"64bit": {
"url": "https://bin.equinox.io/a/dvcL3cMp6FH/ngrok-2.3.37-windows-amd64.zip",
"hash": "b27bd7c839799251cf469b274ebff38d98deb8fcafa67dadaabb6542544620c3"
},
"32bit": {
"url": "https://bin.equinox.io/a/m3XimyaWE6F/ngrok-2.3.37-windows-386.zip",
"hash": "6c975ba38f4daa07dada58909baa7d4dbca15158dcce53275ccfaa3e7c8d8721"
}
},
"bin": "ngrok.exe",
"checkver": {
"url": "https://dl.equinox.io/ngrok/ngrok/stable/archive",
"regex": "/a/(?<hash64bit>\\w+)/ngrok-([\\d.]+)-windows-amd64.zip(?:.|\\n)+?/a/(?<hash32bit>\\w+)/ngrok-([\\d.]+)-windows-386.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://bin.equinox.io/a/$matchHash64bit/ngrok-$version-windows-amd64.zip"
},
"32bit": {
"url": "https://bin.equinox.io/a/$matchHash32bit/ngrok-$version-windows-386.zip"
}
},
"hash": {
"url": "https://dl.equinox.io/ngrok/ngrok/stable/archive",
"regex": "$url(?:.|\\n)+?value=\"(\\w+)"
}
}
}