mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
39 lines
1.5 KiB
JSON
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.35",
|
|
"license": {
|
|
"identifier": "Shareware",
|
|
"url": "https://ngrok.com/tos"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://bin.equinox.io/a/dNLVCVPeNck/ngrok-2.3.35-windows-amd64.zip",
|
|
"hash": "c8d6c591aaa978d1078c5ac1dbb579a66ef994e6f3ca6f7c461d5fb8b8fb2db0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://bin.equinox.io/a/HS6s1synFP/ngrok-2.3.35-windows-386.zip",
|
|
"hash": "957e1a163b93fe6a8cd50c70cb453618679cddf5636739935b3afbca1d972744"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|