2019-05-19 11:00:19 +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.29",
"license": {
"identifier": "Freeware",
"url": "https://ngrok.com/tos"
},
"architecture": {
"64bit": {
"url": "https://bin.equinox.io/a/cTzgJ3ojTh5/ngrok-2.3.29-windows-amd64.zip",
"hash": "c1c0df61e77b54d856de6e482b9ea780ec523c22221f71a1bbd1389a0f77f25c"
},
"32bit": {
"url": "https://bin.equinox.io/a/n1giojyYuSG/ngrok-2.3.29-windows-386.zip",
"hash": "e9f7039ab036e34068b00bbbd83fc000f7c380a231429315513ff6d2b32ed47a"
}
},
"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"
}
}
}
}