diff options
author | 2017-07-28 21:17:10 +0200 | |
---|---|---|
committer | 2017-07-28 22:05:19 +0200 | |
commit | 58c2afe759963053ffd8e15b58f34376ea2f551f (patch) | |
tree | 469b3110df60872b0d369e9973e0e6f245050010 /sci-biology | |
parent | sci-biology/ruffus: pint EGIT_REPO_URI to the archive URL of code.google.com (diff) | |
download | sci-58c2afe759963053ffd8e15b58f34376ea2f551f.tar.gz sci-58c2afe759963053ffd8e15b58f34376ea2f551f.tar.bz2 sci-58c2afe759963053ffd8e15b58f34376ea2f551f.zip |
sci-biology/vcftools: the 0.1.15_pre release was just renamed to 0.1.15 by upstream
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/vcftools/vcftools-0.1.15.ebuild (renamed from sci-biology/vcftools/vcftools-0.1.15_pre.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/vcftools/vcftools-0.1.15_pre.ebuild b/sci-biology/vcftools/vcftools-0.1.15.ebuild index a11b28325..3748c67f0 100644 --- a/sci-biology/vcftools/vcftools-0.1.15_pre.ebuild +++ b/sci-biology/vcftools/vcftools-0.1.15.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" DESCRIPTION="Tools for working with VCF (Variant Call Format) files" HOMEPAGE="http://vcftools.sourceforge.net/" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${PN}-${MY_PV}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${PN}-${PV}.tar.gz" LICENSE="LGPL-3" SLOT="0" |