summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-10-26 11:27:56 +0200
committerJeroen Roovers <jer@gentoo.org>2017-10-26 11:27:56 +0200
commitd9a64a64fda481a45dacad9c44cc4c60dd6c2d2e (patch)
tree7c8fd1e74b412c49350c79289a116c1db4d83345 /net-libs/nghttp2/nghttp2-9999.ebuild
parentdev-perl/Log-TraceMessages: Fix POSIX::tmpnam test failures bug #617052 (diff)
downloadgentoo-d9a64a64fda481a45dacad9c44cc4c60dd6c2d2e.tar.gz
gentoo-d9a64a64fda481a45dacad9c44cc4c60dd6c2d2e.tar.bz2
gentoo-d9a64a64fda481a45dacad9c44cc4c60dd6c2d2e.zip
net-libs/nghttp2: Update SRC_URI site, use xz tarball.
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Diffstat (limited to 'net-libs/nghttp2/nghttp2-9999.ebuild')
-rw-r--r--net-libs/nghttp2/nghttp2-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild
index 6279f2410cbb..f340b41cdaf2 100644
--- a/net-libs/nghttp2/nghttp2-9999.ebuild
+++ b/net-libs/nghttp2/nghttp2-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# TODO: Add python support.
@@ -8,10 +8,10 @@ EAPI=6
inherit multilib-minimal
if [[ ${PV} == 9999 ]] ; then
- EGIT_REPO_URI="https://github.com/tatsuhiro-t/nghttp2.git"
+ EGIT_REPO_URI="https://github.com/nghttp2/nghttp2.git"
inherit autotools git-r3
else
- SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz"
+ SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
fi