summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2022-08-18 21:59:15 -0400
committerAndrew O'Neill2022-08-18 21:59:15 -0400
commitc5c307eda8930b5192c8a6f7b9ee8f21ca986fe5 (patch)
tree232ecfe37ab86d8912b1c54aba127db4c5dddfed /PKGBUILD
parent6fea48f59cb7448c22ca7656bd94dcd1382ef3b2 (diff)
downloadaur-c5c307eda8930b5192c8a6f7b9ee8f21ca986fe5.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 a69c7bfd15b3..f6f8b526dbed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.15.1
+pkgver=1.16
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=('8d7f8bf9658226942eeab70af2a22aca618577eaa8fe2ed9416ee306d5351aa1')
+sha256sums=('606b7c7aff73734cf033ecd156f40529fa5792f54524952a28938ca0890d7924')
build() {
cd "${pkgname}-${pkgver}"