From b037667230dbf6e37d5b4f798639247ca3e44adc 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/promunifi/.metadata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/promunifi/.metadata.sh b/integrations/promunifi/.metadata.sh index 2ae87146..63f9675b 100755 --- a/integrations/promunifi/.metadata.sh +++ b/integrations/promunifi/.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