From 5464408ea7c6f9a7ae4b4a6a66cf3b39df015df1 Mon Sep 17 00:00:00 2001 From: Areg Harutyunyan Date: Mon, 21 Oct 2019 13:44:49 -0500 Subject: [PATCH] TUN-2450: Remove Brew publishing formula --- publish-homebrew-formula.sh | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 publish-homebrew-formula.sh diff --git a/publish-homebrew-formula.sh b/publish-homebrew-formula.sh deleted file mode 100755 index 3635fd07..00000000 --- a/publish-homebrew-formula.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash - -FILENAME=$1 -VERSION=$2 -TAP_ROOT=$3 -URL="https://developers.cloudflare.com/argo-tunnel/dl/cloudflared-${VERSION}-darwin-amd64.tgz" -SHA256=$(sha256sum -b "${FILENAME}" | cut -b1-64) - -cd "${TAP_ROOT}" || exit 1 -git checkout -f master -git reset --hard origin/master - -tee cloudflared.rb <