AUTH-2857 update homebrew script to use new url

This commit is contained in:
Dalton 2020-07-31 13:29:46 -05:00
parent 20466dacb7
commit 8daf1e882f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ git checkout -f master
git reset --hard origin/master
# modify cloudflared.rb
URL="https://developers.cloudflare.com/argo-tunnel/dl/cloudflared-$VERSION-darwin-amd64.tgz"
URL="https://packages.argotunnel.com/dl/cloudflared-$VERSION-darwin-amd64.tgz"
tee cloudflared.rb <<EOF
class Cloudflared < Formula
desc 'Argo Tunnel'