summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0caa7be4861d..b2ca03b295fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bowtie
pkgdesc = Bowtie is an alignment tool for short nucleotide sequences against long templates
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = http://bowtie-bio.sf.net
arch = x86_64
arch = i686
license = PerlArtistic
- source = http://downloads.sourceforge.net/bowtie-bio/bowtie-1.1.1-src.zip
+ source = http://downloads.sourceforge.net/bowtie-bio/bowtie-1.1.2-src.zip
source = makefile_uname.patch
- sha256sums = 92aacb2d32065ebee433ce76eff673c24ed12591eb6c20e22ad7e4a790c48f72
+ sha256sums = b1e9ccc825207efd1893d9e33244c681bcb89b9b2b811eb95a9f5a92eab637ae
sha256sums = 6b77e333a3ef10e3f787fd2983afd69cdb48e82347fc3316510c2ba5639742a3
pkgname = bowtie
diff --git a/PKGBUILD b/PKGBUILD
index ec42206cfe4a..2d14274101bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Athemis <alexander.minges[at]googlemail[dot]com>
# Contributor: sauliusl
pkgname=bowtie
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="Bowtie is an alignment tool for short nucleotide sequences against long templates"
url="http://bowtie-bio.sf.net"
@@ -10,7 +10,7 @@ license=('PerlArtistic')
depends=()
source=("http://downloads.sourceforge.net/bowtie-bio/${pkgname}-${pkgver}-src.zip"
"makefile_uname.patch")
-sha256sums=('92aacb2d32065ebee433ce76eff673c24ed12591eb6c20e22ad7e4a790c48f72'
+sha256sums=('b1e9ccc825207efd1893d9e33244c681bcb89b9b2b811eb95a9f5a92eab637ae'
'6b77e333a3ef10e3f787fd2983afd69cdb48e82347fc3316510c2ba5639742a3')
build() {