From 867c4f7e5d61f342c95d94367737357ae3093c6e Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sat, 23 Mar 2019 13:03:30 -0400 Subject: [PATCH] ngrok: Fix hash --- ngrok.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ngrok.json b/ngrok.json index 3546a98890..4577e147d9 100644 --- a/ngrok.json +++ b/ngrok.json @@ -4,11 +4,11 @@ "architecture": { "64bit": { "url": "https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip", - "hash": "b66a6b986499ca36d4e08cc80d0c85ec5d58bfaedc1922110d985b946b440f8f" + "hash": "fbccf8be6c0e20b1026a9dcc92f910d003a4cb0a545a72ca1f02610b5fb98020" }, "32bit": { "url": "https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-386.zip", - "hash": "f1a74e4b17e311b42d86404d60b882a7076157794e34a04a6e9228a1a85e23a2" + "hash": "1110da108c29ff1830f3042906b9bc2910eb94c216ee0bae671e0181589d6e0a" } }, "bin": "ngrok.exe",