summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2023-02-21 13:27:08 -0500
committerAndrew O'Neill2023-02-21 13:27:08 -0500
commit225b481838c070e48d6245be995c1e492150af2f (patch)
tree13ae34d04f8a660f68dcee4ecac8a0c25dde48ae /PKGBUILD
parentc5c307eda8930b5192c8a6f7b9ee8f21ca986fe5 (diff)
downloadaur-225b481838c070e48d6245be995c1e492150af2f.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"