2019-07-20 02:00:18 +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.34",
"license": {
"identifier": "Freeware",
"url": "https://ngrok.com/tos"
},
"architecture": {
"64bit": {
"url": "https://bin.equinox.io/a/4bjohe93Jeu/ngrok-2.3.34-windows-amd64.zip",
"hash": "8c669ce40efaa9206241069dce10ccff450024d7daf69bff8933678d426c5787"
},
"32bit": {
"url": "https://bin.equinox.io/a/5oSLVp2wSZp/ngrok-2.3.34-windows-386.zip",
"hash": "9d5164f048b3785de695d351f21bc1644087effa3b48ad352ca89134bfa3e33d"
}
},
"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"
}
}
}
}