From 421e6c5ee05fe0731efe4979662cb8536144225e Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 21 Jul 2024 15:47:35 +0000 Subject: [PATCH] update hoverfly version --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9ac0143..b598e37 100755 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ if [ "$HC" = "hoverctl not found" ]; $(brew install hoverfly) fi if [ "$OS" = "Linux" ]; then - $(wget https://github.com/SpectoLabs/hoverfly/releases/download/v1.0.0/hoverfly_bundle_linux_amd64.zip) + $(wget https://github.com/SpectoLabs/hoverfly/releases/download/v1.10.2/hoverfly_bundle_linux_amd64.zip) $(unzip hoverfly_bundle_linux_amd64.zip) $(sudo mv hoverctl /usr/local/bin) $(sudo mv hoverfly /usr/local/bin)