summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild')
-rw-r--r--app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild b/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild
index 649691f..6ce1a6f 100644
--- a/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild
+++ b/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild
@@ -6,8 +6,8 @@ EGO_PN=github.com/awslabs/${PN}
inherit go-module
-EGO_VER="v${PV}"
-SRC_URI="https://github.com/awslabs/${PN}/archive/${EGO_VER}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://${PN}-releases.s3.us-east-2.amazonaws.com/${PV}/release.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" ${P}-deps.tar.xz"
DESCRIPTION="Automatically gets credentials for Amazon ECR on docker push/docker pull"
HOMEPAGE="https://github.com/awslabs/amazon-ecr-credential-helper"