diff options
author | 2016-05-28 16:32:34 -0400 | |
---|---|---|
committer | 2016-05-28 16:37:45 -0400 | |
commit | 0241e08ac4f988629d1168b7170068cfa978cef4 (patch) | |
tree | 09c3184dc3f505128271d3fe5482317791ebfbfe /dev-python/pychroot/pychroot-9999.ebuild | |
parent | dev-util/pkgcheck: version bump to 0.5.2 (diff) | |
download | gentoo-0241e08ac4f988629d1168b7170068cfa978cef4.tar.gz gentoo-0241e08ac4f988629d1168b7170068cfa978cef4.tar.bz2 gentoo-0241e08ac4f988629d1168b7170068cfa978cef4.zip |
dev-python/pychroot: version bump to 0.9.14
Diffstat (limited to 'dev-python/pychroot/pychroot-9999.ebuild')
-rw-r--r-- | dev-python/pychroot/pychroot-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild index 31a2e75034b3..b3c192a6f874 100644 --- a/dev-python/pychroot/pychroot-9999.ebuild +++ b/dev-python/pychroot/pychroot-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else KEYWORDS="~amd64 ~x86" - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz" fi DESCRIPTION="a python library and cli tool that simplify chroot handling" |