ScoopInstaller_Main/ngrok.json
Richard Kuhnt ec38908f6e ngrok: hash fix
closes #3291
closes #3289
2019-03-31 23:27:56 +02:00

30 lines
990 B
JSON

{
"version": "4VmDzA7iaHb",
"homepage": "https://ngrok.com/",
"architecture": {
"64bit": {
"url": "https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip",
"hash": "7c903671d335d778464f622a540efb81f757402a8e4eaf74e342c34b1e35e6ad"
},
"32bit": {
"url": "https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-386.zip",
"hash": "14e2c3b8fb57de1e32dd281c0746708d208d54083f7ccf852892e90709690350"
}
},
"bin": "ngrok.exe",
"checkver": {
"url": "https://dl.equinox.io/ngrok/ngrok/stable",
"re": "/c/(.*)/ngrok-stable-windows-amd64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://bin.equinox.io/c/$version/ngrok-stable-windows-amd64.zip"
},
"32bit": {
"url": "https://bin.equinox.io/c/$version/ngrok-stable-windows-386.zip"
}
}
}
}