summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo G. Del Regno <kholk11@gmail.com>2017-05-28 11:49:06 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-05-30 17:32:44 +0200
commit279e5cafabc0643d7183854ae068fc57459d9305 (patch)
tree950b743e8e63a7088dab6ef5e1c3278ddc35ad15 /sys-cluster/corosync/corosync-2.4.2.ebuild
parentapp-admin/sudo: Security cleanup. (diff)
downloadgentoo-279e5cafabc0643d7183854ae068fc57459d9305.tar.gz
gentoo-279e5cafabc0643d7183854ae068fc57459d9305.tar.bz2
gentoo-279e5cafabc0643d7183854ae068fc57459d9305.zip
sys-cluster/corosync: Use correct distfile name
Update SRC_URI to rename the distfile correctly. Closes: https://github.com/gentoo/gentoo/pull/4786
Diffstat (limited to 'sys-cluster/corosync/corosync-2.4.2.ebuild')
-rw-r--r--sys-cluster/corosync/corosync-2.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/corosync/corosync-2.4.2.ebuild b/sys-cluster/corosync/corosync-2.4.2.ebuild
index 877b4d25440b..e9f73b5cc8b4 100644
--- a/sys-cluster/corosync/corosync-2.4.2.ebuild
+++ b/sys-cluster/corosync/corosync-2.4.2.ebuild
@@ -7,7 +7,7 @@ inherit autotools
DESCRIPTION="OSI Certified implementation of a complete cluster engine"
HOMEPAGE="http://www.corosync.org/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2 public-domain"
SLOT="0"