From f22c5f11d0f945e252a92063247bdbd50fd30433 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Tue, 16 Jul 2019 22:50:57 -0700 Subject: [PATCH] fix homebrew path --- integrations/influxunifi/.metadata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/influxunifi/.metadata.sh b/integrations/influxunifi/.metadata.sh index 2ae87146..63f9675b 100755 --- a/integrations/influxunifi/.metadata.sh +++ b/integrations/influxunifi/.metadata.sh @@ -48,6 +48,6 @@ COMMIT="$(git rev-parse --short HEAD || echo 0)" # Used by homebrew downloads. #SOURCE_PATH=https://codeload.${IMPORT_PATH}/tar.gz/v${VERSION} # This is a custom download path for homebrew formula. -SOURCE_PATH=https://code.golift.io/${BINARY}/tar.gz/v${VERSION} +SOURCE_PATH=https://code.golift.io/${BINARY}/archive/v${VERSION}.tar.gz export IMPORT_PATH SOURCE_URL URL VERSION_PATH VVERSION VERSION ITERATION DATE COMMIT SOURCE_PATH