2019-05-12 14:12:35 +02: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.28",
"license": {
"identifier": "Freeware",
"url": "https://ngrok.com/tos"
},
"architecture": {
"64bit": {
"url": "https://bin.equinox.io/a/nd97evQAiYM/ngrok-2.3.28-windows-amd64.zip",
"hash": "a5b680868939db4cab8daafa9e81f5433c0dec919a4daee268919859f8f80c13"
},
"32bit": {
"url": "https://bin.equinox.io/a/m8WfKhqBv6W/ngrok-2.3.28-windows-386.zip",
"hash": "e3dc502127201661b1920508169fed9ee0242431e1ae98ab7849540482bb0b03"
}
},
"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"
}
}
}
}