summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Vittal2020-09-22 10:09:23 -0400
committerChris Vittal2020-09-22 10:09:23 -0400
commite370823903d3522c353552bff7fe5b952547b35e (patch)
treed9850caad9ea24d825fd0ace2f07506cd18548b4
parent7955833b8e6fc175729279fae2cd164bbe48b810 (diff)
downloadaur-e370823903d3522c353552bff7fe5b952547b35e.tar.gz
Update to 1.11
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63ff590cd429..86770c5b3194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.10.2
+pkgver=1.11
pkgrel=1
pkgdesc="library for high-throughput sequencing data formats"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ provides=('tabix')
replaces=('tabix')
conflicts=('tabix')
source=(https://github.com/samtools/htslib/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e3b543de2f71723830a1e0472cf5489ec27d0fbeb46b1103e14a11b7177d1939')
+sha256sums=('bfd2159e788b81bdef648ebe90dec7f8c9cb7711eacc8bacd6aba30b8e11373a')
build() {
cd $srcdir/$pkgname-$pkgver