summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvejnar2022-01-18 19:06:46 -0500
committervejnar2022-01-18 19:06:46 -0500
commit16509b2c86b6e4279334c8712a88c60e9f7a231c (patch)
tree4ac4a34d46ce9fd4d035482e35b8184a64d8b3bf
parentc6181d33f0c08fb8ba8a5801f31c5ee8d937931e (diff)
downloadaur-16509b2c86b6e4279334c8712a88c60e9f7a231c.tar.gz
Update to 2.4.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d604c3e003b..a17b92005827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = bowtie2
pkgdesc = Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequence.
- pkgver = 2.4.4
+ pkgver = 2.4.5
pkgrel = 1
url = http://bowtie-bio.sourceforge.net/bowtie2
arch = x86_64
license = GPL3
- source = https://github.com/BenLangmead/bowtie2/archive/v2.4.4.tar.gz
- sha1sums = cf23a10261d0ef4b7a993ef562d5ccd4410e7dd6
+ source = https://github.com/BenLangmead/bowtie2/archive/v2.4.5.tar.gz
+ sha1sums = 1d9ab9d5c0a90cad48b447e93b95d7ff9f72545e
pkgname = bowtie2
diff --git a/PKGBUILD b/PKGBUILD
index 39987d8200c6..949acb965411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
-# $Id$
# Maintainer: Charles Vejnar <first name [dot] last name [at] gmail [dot] com>
# Contributor: Grey Christoforo <first name [at] last name [dot] net>
pkgname=bowtie2
-pkgver=2.4.4
+pkgver=2.4.5
pkgrel=1
pkgdesc="Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequence."
arch=("x86_64")
url="http://bowtie-bio.sourceforge.net/bowtie2"
license=("GPL3")
source=("https://github.com/BenLangmead/bowtie2/archive/v${pkgver}.tar.gz")
-sha1sums=('cf23a10261d0ef4b7a993ef562d5ccd4410e7dd6')
+sha1sums=('1d9ab9d5c0a90cad48b447e93b95d7ff9f72545e')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"