2019-07-17 09:00:21 +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.33",
"license": {
"identifier": "Freeware",
"url": "https://ngrok.com/tos"
},
"architecture": {
"64bit": {
"url": "https://bin.equinox.io/a/5QJ3aPCg4bK/ngrok-2.3.33-windows-amd64.zip",
"hash": "4f0cc7fee095e4d736f8423e1be014a06c021b8867dcc198fd439c2e8dc5eba2"
},
"32bit": {
"url": "https://bin.equinox.io/a/2qALaHrtfPX/ngrok-2.3.33-windows-386.zip",
"hash": "3dd338da380dccd981c0f0fe6c20d86944a2b7e88d3f7d0a1c06a4ccd5659959"
}
},
"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"
}
}
}
}