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 fed5b7be970c..6eb6e0febd1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib
pkgdesc = A C library for high-throughput sequencing data formats
- pkgver = 1.16
+ pkgver = 1.17
pkgrel = 1
url = https://github.com/samtools/htslib
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = htslib
conflicts = tabix
replaces = tabix
options = staticlibs
- source = htslib-1.16.tar.bz2::https://github.com/samtools/htslib/releases/download/1.16/htslib-1.16.tar.bz2
- sha256sums = 606b7c7aff73734cf033ecd156f40529fa5792f54524952a28938ca0890d7924
+ source = htslib-1.17.tar.bz2::https://github.com/samtools/htslib/releases/download/1.17/htslib-1.17.tar.bz2
+ sha256sums = 763779288c40f07646ec7ad98b96c378c739171d162ad98398868783b721839f
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index f6f8b526dbed..5c49f5dd00d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.16
+pkgver=1.17
pkgrel=1
pkgdesc='A C library for high-throughput sequencing data formats'
arch=('x86_64')
@@ -14,7 +14,7 @@ replaces=('tabix')
conflicts=('tabix')
options=('staticlibs')
source=("${pkgname}-${pkgver}.tar.bz2::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('606b7c7aff73734cf033ecd156f40529fa5792f54524952a28938ca0890d7924')
+sha256sums=('763779288c40f07646ec7ad98b96c378c739171d162ad98398868783b721839f')
build() {
cd "${pkgname}-${pkgver}"