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 A29FA138334 for ; Mon, 25 Mar 2019 11:21:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7022AE08AD; Mon, 25 Mar 2019 11:21:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45C09E08AD for ; Mon, 25 Mar 2019 11:21:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27329335C86 for ; Mon, 25 Mar 2019 11:21:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65181326 for ; Mon, 25 Mar 2019 11:21:02 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1553512855.922b05adcf80432d8e8212128b90b456b8ad3fc5.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bowtie/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/bowtie/bowtie-2.3.4.3.ebuild sci-biology/bowtie/bowtie-2.3.5.ebuild X-VCS-Directories: sci-biology/bowtie/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 922b05adcf80432d8e8212128b90b456b8ad3fc5 X-VCS-Branch: master Date: Mon, 25 Mar 2019 11:21:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4faaa8b1-ec2e-4957-9226-ec972bf47c57 X-Archives-Hash: 5965e3d4c001b7fc902e67f9e783a29e commit: 922b05adcf80432d8e8212128b90b456b8ad3fc5 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Mon Mar 25 11:20:55 2019 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Mar 25 11:20:55 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=922b05ad sci-biology/bowtie: update SRC_URI and hash for 2.3.5 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Martin Mokrejs fold.natur.cuni.cz> sci-biology/bowtie/{bowtie-2.3.4.3.ebuild => bowtie-2.3.5.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-biology/bowtie/bowtie-2.3.4.3.ebuild b/sci-biology/bowtie/bowtie-2.3.5.ebuild similarity index 93% rename from sci-biology/bowtie/bowtie-2.3.4.3.ebuild rename to sci-biology/bowtie/bowtie-2.3.5.ebuild index eea3059cf..dd4d8be66 100644 --- a/sci-biology/bowtie/bowtie-2.3.4.3.ebuild +++ b/sci-biology/bowtie/bowtie-2.3.5.ebuild @@ -8,6 +8,7 @@ inherit toolchain-funcs DESCRIPTION="Popular short read aligner for Next-generation sequencing data" HOMEPAGE="http://bowtie-bio.sourceforge.net/bowtie2/" SRC_URI="mirror://sourceforge/project/${PN}-bio/${PN}2/${PV}/${PN}2-${PV}-source.zip" +SRC_URI="https://github.com/BenLangmead/${PN}2/releases/download/v${PV}/${PN}2-${PV}-source.zip" LICENSE="GPL-3" SLOT="2"