summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuetzaly Solano Gómez <gentoo@sattvik.com>2024-06-16 20:07:27 -0500
committerQuetzaly Solano Gómez <gentoo@sattvik.com>2024-06-16 20:07:27 -0500
commit7609d8f04f712ec4c26a0aeb6c3cea0283e62f14 (patch)
tree932b5837476740080b6ff4287877723d12e8fa3f
parentapp-containers/amazon-ecr-credential-helper: update SRC_URI (diff)
downloadsattvik-7609d8f04f712ec4c26a0aeb6c3cea0283e62f14.tar.gz
sattvik-7609d8f04f712ec4c26a0aeb6c3cea0283e62f14.tar.bz2
sattvik-7609d8f04f712ec4c26a0aeb6c3cea0283e62f14.zip
app-containers/amazon-ecr-credential-helper: update SRC_URI
Signed-off-by: Quetzaly Solano Gómez <gentoo@sattvik.com>
-rw-r--r--app-containers/amazon-ecr-credential-helper/Manifest2
-rw-r--r--app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.8.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-containers/amazon-ecr-credential-helper/Manifest b/app-containers/amazon-ecr-credential-helper/Manifest
index cdb3628..6c6b828 100644
--- a/app-containers/amazon-ecr-credential-helper/Manifest
+++ b/app-containers/amazon-ecr-credential-helper/Manifest
@@ -1,4 +1,4 @@
DIST amazon-ecr-credential-helper-0.8.0-deps.tar.xz 4839120 BLAKE2B 2aa52488f02f8940047c9cc4a195d5da6cdedad0d14040b1631312ad82eb5623fe28d3e4248102742128f6e5616704c0be9a694524988ec550f82c33d1b252d2 SHA512 bbb40aa3ac8d2433353dfa727127aeb526e05cb9631046711d31bb45052d5b2c65686343090743ae2084be61619de585201b9fe98e5548c47d60e52e28c87117
DIST amazon-ecr-credential-helper-0.8.0.tar.gz 1913228 BLAKE2B 457edef84845b904a33f4be05352619437b2c7972aa4ca0be7630b76e7dd3d86fa48e5197e7a188ac667481bee0c98b569f2c7a347daacdc96d9ce70a93b5737 SHA512 d96df7b48b5879fa2c8a34adcd1136d562d99620761dba664794e8aa106a1f7dddd0147b1bec51b68d5c7648b74005b8075a5dde288892212770d73425300466
-EBUILD amazon-ecr-credential-helper-0.8.0.ebuild 707 BLAKE2B d4f320882e27fe645e072eb87cc7c7c714fc7aee2c2a2050abfeae4267c6f88fd436bc2e0911587f5ed1390e874e27ec3708aabb177e05081861b539ec626578 SHA512 2b968ffa742c5cbcd729eccddd3f0cf6a4a5678452a3f5960af469f2004adcbde2e2220f391ccb56b127ed0803f61bf77a46cfae89ec6e2ba754332e159dca6e
+EBUILD amazon-ecr-credential-helper-0.8.0.ebuild 752 BLAKE2B a2417da1bee90a48164cc4274dd5ed33766921afbc40a9a6a678039c266b141fdc296e7906cc0df850eaaf0e26bc50dd0548e1ac8f119cbeedb835144309ad04 SHA512 624a467d8509d7cc442ced1446d0cf0fed09e7db1b21958730f98fa4155c4cb843ac4e13bfa4ac82e6c49760c5c68c3fa336e0d1cf906210c5ed2c35381e5b45
MISC metadata.xml 365 BLAKE2B 8f163a8497bb3added8d06a4865e41f4529744bcc500d29d25ef2b2f5a52ef62e49902f3e5b218c6db2a2514d7af81edb5a8866b757feed53d3cef24476a2e0c SHA512 c2a5ada82ab86d0df526eb5fa7b44e4339f23b58465998b67e6029a5ded663c727b3309ac8ce59bb1cd21edbe8bbcdedc698eccbe094283fea20b5981195136b
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 0552699..61fb849 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,7 +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"
+SRC_URI+=" ftp://sarasvati.sattvik.com/gentoo/distfiles/${P}-deps.tar.xz"
S="${WORKDIR}/ecr-login/cli/docker-credential-ecr-login"
LICENSE="Apache-2.0"