2021-04-19 16:00:17 +00:00

39 lines
1.5 KiB
JSON

{
"version": "2.3.39",
"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/5iyjUJVUQEt/ngrok-2.3.39-windows-amd64.zip",
"hash": "3c378184f07beb30752cf132517003625dff398d97acab40793097101c4aef58"
},
"32bit": {
"url": "https://bin.equinox.io/a/fACPAaynxDh/ngrok-2.3.39-windows-386.zip",
"hash": "4ce77e7d4c3891f02b445ceb9d53de4e6c6bfe7bbf0aae235c28fd216e9ed109"
}
},
"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+)"
}
}
}