summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2022-04-07 18:16:50 -0400
committerAndrew O'Neill2022-04-07 18:16:50 -0400
commita06a7bc8840eb085b3e98d145b147cf874d74380 (patch)
treeca380a8d459c31f3633b17cf9b31f872539daedb /PKGBUILD
parentf2fbec6a214ccb8f3adbd4e325698eafd80c7e34 (diff)
downloadaur-a06a7bc8840eb085b3e98d145b147cf874d74380.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 85f362152c31..374988eb648b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.15
+pkgver=1.15.1
pkgrel=1
pkgdesc='A C library for high-throughput sequencing data formats'
arch=('x86_64')
@@ -13,7 +13,7 @@ provides=('tabix')
replaces=('tabix')
conflicts=('tabix')
source=("${pkgname}-${pkgver}.tar.bz2::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('1a9f49911503a22f56817cc82ea9b87fb7e7467b5ff989ca5aa61c12e7d532d9')
+sha256sums=('8d7f8bf9658226942eeab70af2a22aca618577eaa8fe2ed9416ee306d5351aa1')
build() {
cd "${pkgname}-${pkgver}"