diff options
author | Quetzaly Solano Gómez <gentoo@sattvik.com> | 2024-06-16 19:10:49 -0500 |
---|---|---|
committer | Quetzaly Solano Gómez <gentoo@sattvik.com> | 2024-06-16 19:10:49 -0500 |
commit | df503fff9437e49a0c9d4e032d5a473d3fefc7f5 (patch) | |
tree | f42a9dba0260ad0459326ee00489f1b46a3dbd18 /app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.8.0.ebuild | |
parent | net-wireless/gr-osmosdr: Bump version (diff) | |
download | sattvik-df503fff9437e49a0c9d4e032d5a473d3fefc7f5.tar.gz sattvik-df503fff9437e49a0c9d4e032d5a473d3fefc7f5.tar.bz2 sattvik-df503fff9437e49a0c9d4e032d5a473d3fefc7f5.zip |
app-containers/amazon-ecr-credential-helper: update SRC_URI
Signed-off-by: Quetzaly Solano Gómez <gentoo@sattvik.com>
Diffstat (limited to 'app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.8.0.ebuild')
-rw-r--r-- | app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.8.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.8.0.ebuild b/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.8.0.ebuild index 6ca28a7..0552699 100644 --- a/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.8.0.ebuild +++ b/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.8.0.ebuild @@ -9,6 +9,7 @@ inherit go-module DESCRIPTION="Automatically gets credentials for Amazon ECR on docker push/docker pull" HOMEPAGE="https://github.com/awslabs/amazon-ecr-credential-helper" SRC_URI="https://${PN}-releases.s3.us-east-2.amazonaws.com/${PV}/release.tar.gz -> ${P}.tar.gz" +SRC_URI+=" ${P}-deps.tar.xz" S="${WORKDIR}/ecr-login/cli/docker-credential-ecr-login" LICENSE="Apache-2.0" |