From 33a965eeeb7b0351b50c8e1d8de7ae50bff3d2be Mon Sep 17 00:00:00 2001 From: JBD Date: Fri, 18 Dec 2020 19:26:43 -0800 Subject: [PATCH] Fix the broken download URLs --- Makefile | 3 --- README.md | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 634ffac..50fdfa5 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,3 @@ release: GOOS=windows GOARCH=amd64 go build -o ./bin/$(binary)_windows_amd64 GOOS=linux GOARCH=amd64 go build -o ./bin/$(binary)_linux_amd64 GOOS=darwin GOARCH=amd64 go build -o ./bin/$(binary)_darwin_amd64 - -push: - gsutil cp bin/* gs://$(binary)-release diff --git a/README.md b/README.md index ed12db6..d7c7c36 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ To preserve the name for its original owner, we renamed this project to hey. ## Installation -* Linux 64-bit: https://storage.googleapis.com/hey-release/hey_linux_amd64 -* Mac 64-bit: https://storage.googleapis.com/hey-release/hey_darwin_amd64 -* Windows 64-bit: https://storage.googleapis.com/hey-release/hey_windows_amd64 +* Linux 64-bit: https://hey-release.s3.us-east-2.amazonaws.com/hey_linux_amd64 +* Mac 64-bit: https://hey-release.s3.us-east-2.amazonaws.com/hey_darwin_amd64 +* Windows 64-bit: https://hey-release.s3.us-east-2.amazonaws.com/hey_windows_amd64 ### Package Managers