summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuetzaly Daniela Solano Gómez <gentoo@sattvik.com>2023-06-08 20:32:14 -0500
committerQuetzaly Daniela Solano Gómez <gentoo@sattvik.com>2023-06-08 20:32:14 -0500
commit0537a4fdb5f568e187f2c1f53a91251e95b37914 (patch)
tree8f1f8681d7b19df93bc629a69033de9de21965c9
parentUpdate build (diff)
downloadsattvik-0537a4fdb5f568e187f2c1f53a91251e95b37914.tar.gz
sattvik-0537a4fdb5f568e187f2c1f53a91251e95b37914.tar.bz2
sattvik-0537a4fdb5f568e187f2c1f53a91251e95b37914.zip
app-containers/amazon-ecr-credential-helper: Now with deps tarball
Signed-off-by: Quetzaly Daniela Solano Gómez <gentoo@sattvik.com>
-rw-r--r--app-containers/amazon-ecr-credential-helper/Manifest3
-rw-r--r--app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild4
2 files changed, 4 insertions, 3 deletions
diff --git a/app-containers/amazon-ecr-credential-helper/Manifest b/app-containers/amazon-ecr-credential-helper/Manifest
index 23ade30..4a38e92 100644
--- a/app-containers/amazon-ecr-credential-helper/Manifest
+++ b/app-containers/amazon-ecr-credential-helper/Manifest
@@ -1,3 +1,4 @@
+DIST amazon-ecr-credential-helper-0.7.1-deps.tar.xz 4905840 BLAKE2B f41f9c2c662ad16b8de329048f31a75a4dda0080c8ffa1d75fa90380257feca7eae4518faa7002f78b69a0eb7ade2064d9e9aeb77e4d84d761c65ceb56795696 SHA512 1982603923b35143176ada4caa7c8f416910ad995aeabeb6ebe6081b8f4cbb6b18a0fb94afdd0b503f523d84f81898104b16a27da77fa60bc020d74eec557360
DIST amazon-ecr-credential-helper-0.7.1.tar.gz 1918666 BLAKE2B bcec9a6f1677b1696cbdfd0ffc0832b0f13f34380f939dd26066c842c3dccd0970a6e644a7f74eb333a9395a4d86f9b567f3b4ee6a04e74aaac9041c00155024 SHA512 3f633f889ac3d8fb545aa909f260da41a1427cb7c600bb0aa74e6b687fab03a87557a429ae5f8c343a87b421ac7343986b75424c03498d9b955dce22dc553ffd
-EBUILD amazon-ecr-credential-helper-0.7.1.ebuild 631 BLAKE2B 96e8c2a28f85f425fdc1574f8fdff805af041e5ac03299b3843e12085103ebc7ba3326155b4eff6b2ce66e4f86d73bae3613c62820402ce57d56daf3a2a53147 SHA512 6f67a102617ed03e3fcde6f2b949c5638d0c823babec0906b00c97137bfc4866f497121ce70f4e77507f6fd8239f01ef7c2cebd19a851fb3cf55c5da7411e98f
+EBUILD amazon-ecr-credential-helper-0.7.1.ebuild 655 BLAKE2B b16b2eea5cb4e7b6e30feaf903dea758bfef7a9e31f451fa785e39457b1eb9e1518b307dfb4ad8e5cc24503c30d6465dd29346868625cf1f0eaab3a534b3a770 SHA512 599b6b53ff8291597b9cc1b9643d6a8eef5b47135a13c16e8605f525582782ac1cd913b67944bdb4cc34e38db1413eccbb221c07634a773d53d34f302544418e
MISC metadata.xml 365 BLAKE2B 8f163a8497bb3added8d06a4865e41f4529744bcc500d29d25ef2b2f5a52ef62e49902f3e5b218c6db2a2514d7af81edb5a8866b757feed53d3cef24476a2e0c SHA512 c2a5ada82ab86d0df526eb5fa7b44e4339f23b58465998b67e6029a5ded663c727b3309ac8ce59bb1cd21edbe8bbcdedc698eccbe094283fea20b5981195136b
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"