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 88aa88d2bd3f..2054c3dd6e28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib
pkgdesc = library for high-throughput sequencing data formats
- pkgver = 1.8
+ pkgver = 1.9
pkgrel = 1
url = https://github.com/samtools/htslib
arch = i686
@@ -12,8 +12,8 @@ pkgbase = htslib
provides = tabix
conflicts = tabix
replaces = tabix
- source = https://github.com/samtools/htslib/releases/download/1.8/htslib-1.8.tar.bz2
- md5sums = 54e9b3a04251fa59b1878f6b546b5c79
+ source = https://github.com/samtools/htslib/releases/download/1.9/htslib-1.9.tar.bz2
+ md5sums = 2ac92c9c3eef9986345ac69a05dd4d24
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index 006f2fb226d9..0ff21e9ce9f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Former Maintainer (thanks man!) : Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=htslib
-pkgver=1.8
+pkgver=1.9
pkgrel=1
pkgdesc="library for high-throughput sequencing data formats"
arch=('i686' 'x86_64')
@@ -43,4 +43,4 @@ package() {
chmod +x $pkgdir/usr/lib/libhts.so.*.*
}
-md5sums=('54e9b3a04251fa59b1878f6b546b5c79')
+md5sums=('2ac92c9c3eef9986345ac69a05dd4d24')