mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "2.3.38",
|
|
"description": "Spend more time programming. One command for an instant, secure URL to your localhost server through any NAT or firewall.",
|
|
"homepage": "https://ngrok.com/",
|
|
"license": {
|
|
"identifier": "Shareware",
|
|
"url": "https://ngrok.com/tos"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://bin.equinox.io/a/kDgjLwTH9Ur/ngrok-2.3.38-windows-amd64.zip",
|
|
"hash": "13b2df5d4ca20ae773cbdb2a1913f819c257491308fb96452498c4aae489a9b9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://bin.equinox.io/a/4Qp3yPDAPUd/ngrok-2.3.38-windows-386.zip",
|
|
"hash": "43356da266dcc3c3a0663ad5a9e2e9028a828390fe8892092678dd3fe5e7fa95"
|
|
}
|
|
},
|
|
"bin": "ngrok.exe",
|
|
"checkver": {
|
|
"url": "https://dl.equinox.io/ngrok/ngrok/stable/archive",
|
|
"regex": "/a/(?<hash64bit>\\w+)/ngrok-([\\d.]+)-windows-amd64.zip(?:.|\\n)+?/a/(?<hash32bit>\\w+)/ngrok-([\\d.]+)-windows-386.zip"
|
|
},
|
|
"autoupdate": {
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://dl.equinox.io/ngrok/ngrok/stable/archive",
|
|
"regex": "$url(?:.|\\n)+?value=\"(\\w+)"
|
|
}
|
|
}
|
|
}
|