summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2018-01-25 21:14:31 -0600
committerTim Harder <radhermit@gentoo.org>2018-02-03 04:04:01 -0500
commit969e33b7df6646d0a8b9309c8d0b19fdf43517a1 (patch)
treeab5f5f8a6f56212fcdd5f1d637c7dce832e6138f /app-misc/ranger/ranger-9999.ebuild
parentapp-misc/ranger: update HOMEPAGE (diff)
downloadgentoo-969e33b7df6646d0a8b9309c8d0b19fdf43517a1.tar.gz
gentoo-969e33b7df6646d0a8b9309c8d0b19fdf43517a1.tar.bz2
gentoo-969e33b7df6646d0a8b9309c8d0b19fdf43517a1.zip
app-misc/ranger: version bump to 1.9.0_beta6
Diffstat (limited to 'app-misc/ranger/ranger-9999.ebuild')
-rw-r--r--app-misc/ranger/ranger-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/ranger/ranger-9999.ebuild b/app-misc/ranger/ranger-9999.ebuild
index 88eabf4acbf2..a078aa0428c5 100644
--- a/app-misc/ranger/ranger-9999.ebuild
+++ b/app-misc/ranger/ranger-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/ranger/ranger.git"
inherit git-r3
else
- SRC_URI="http://nongnu.org/${PN}/${P}.tar.gz"
+ SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~ppc ~x86"
fi