2019-06-20 06:00:22 +00:00

39 lines
1.5 KiB
JSON

{
"homepage": "https://ngrok.com/",
"description": "Spend more time programming. One command for an instant, secure URL to your localhost server through any NAT or firewall.",
"version": "2.3.30",
"license": {
"identifier": "Freeware",
"url": "https://ngrok.com/tos"
},
"architecture": {
"64bit": {
"url": "https://bin.equinox.io/a/2yn4rWriJFe/ngrok-2.3.30-windows-amd64.zip",
"hash": "a6095f9e09dc0f6682285931049777cd7d498f459af244aef63c9b35fdafbc41"
},
"32bit": {
"url": "https://bin.equinox.io/a/2FuCsNMf4Uo/ngrok-2.3.30-windows-386.zip",
"hash": "d10439582046bb482a1c13d4488983afe1eee6c0ffe1d63106a439b908cceb35"
}
},
"bin": "ngrok.exe",
"checkver": {
"url": "https://dl.equinox.io/ngrok/ngrok/stable/archive",
"re": "/a/(?<hash64bit>\\w+)/ngrok-([\\d.]+)-windows-amd64.zip(?:.|\\n)+?/a/(?<hash32bit>\\w+)/ngrok-([\\d.]+)-windows-386.zip"
},
"autoupdate": {
"hash": {
"url": "https://dl.equinox.io/ngrok/ngrok/stable/archive",
"regex": "$url(?:.|\\n)+?value=\"(\\w+)"
},
"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"
}
}
}
}