From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 752921395E2 for ; Sat, 12 Nov 2016 20:28:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2EF621C1FB; Sat, 12 Nov 2016 20:28:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD02321C1FB for ; Sat, 12 Nov 2016 20:28:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C38734166E for ; Sat, 12 Nov 2016 20:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9D32303 for ; Sat, 12 Nov 2016 20:28:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1478982497.9895ab69af4b836dc08efea8b71e53ed4074503a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/aria2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/aria2/aria2-1.28.0.ebuild X-VCS-Directories: net-misc/aria2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9895ab69af4b836dc08efea8b71e53ed4074503a X-VCS-Branch: master Date: Sat, 12 Nov 2016 20:28:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: be585dcb-a898-48a8-a6a6-a10e1dc74f88 X-Archives-Hash: 8d5479075c2403bb309339b1502c2317 commit: 9895ab69af4b836dc08efea8b71e53ed4074503a Author: Michał Górny gentoo org> AuthorDate: Sat Nov 12 20:24:40 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 12 20:28:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9895ab69 net-misc/aria2: Update HOMEPAGE & SRC_URI net-misc/aria2/aria2-1.28.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/aria2/aria2-1.28.0.ebuild b/net-misc/aria2/aria2-1.28.0.ebuild index 38d2f53..0d37d73 100644 --- a/net-misc/aria2/aria2-1.28.0.ebuild +++ b/net-misc/aria2/aria2-1.28.0.ebuild @@ -7,8 +7,8 @@ EAPI="6" inherit bash-completion-r1 DESCRIPTION="A download utility with segmented downloading with BitTorrent support" -HOMEPAGE="http://aria2.sourceforge.net/" -SRC_URI="https://github.com/tatsuhiro-t/${PN}/releases/download/release-${PV}/${P}.tar.xz" +HOMEPAGE="https://aria2.github.io/" +SRC_URI="https://github.com/aria2/${PN}/releases/download/release-${PV}/${P}.tar.xz" LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"