summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall T. Vasquez <ran.dall@icloud.com>2022-05-29 15:45:32 -0700
committerSam James <sam@gentoo.org>2022-06-01 02:50:52 +0100
commit158c56858db0a92c1a5c866bd1292cab739a5342 (patch)
treeea822f7233cbce0b88c0bf07c952977fb40ad0e4 /dev-util/github-cli
parentdev-util/github-cli: add new filter flags (diff)
downloadgentoo-158c56858db0a92c1a5c866bd1292cab739a5342.tar.gz
gentoo-158c56858db0a92c1a5c866bd1292cab739a5342.tar.bz2
gentoo-158c56858db0a92c1a5c866bd1292cab739a5342.zip
dev-util/github-cli: update URL for EGO_SUM deps
This commit update the url to for the Go `EGO_SUM` deps. Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com> Closes: https://github.com/gentoo/gentoo/pull/25677 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/github-cli')
-rw-r--r--dev-util/github-cli/github-cli-2.11.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/github-cli/github-cli-2.11.3.ebuild b/dev-util/github-cli/github-cli-2.11.3.ebuild
index e08b4ff2cbbe..fdd2db7e3689 100644
--- a/dev-util/github-cli/github-cli-2.11.3.ebuild
+++ b/dev-util/github-cli/github-cli-2.11.3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/cli/cli.git"
else
SRC_URI="https://github.com/cli/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+ SRC_URI+=" https://github.com/ran-dall/portage-deps/raw/master/${P}-deps.tar.xz"
KEYWORDS="~amd64 ~riscv"
S="${WORKDIR}/cli-${PV}"
fi