summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-22 19:53:09 -0500
committerAndrew O'Neill2024-01-22 19:53:09 -0500
commita5ed9903c7c475fe0e096eda9a5c4e6112d505d4 (patch)
treea20a1cea37ea13a2bcb69089437851a17ad2f220 /PKGBUILD
parent4c5a3c301a453b0c9714690c27b67926f3363562 (diff)
downloadaur-a5ed9903c7c475fe0e096eda9a5c4e6112d505d4.tar.gz
Update version to 1.19.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b42633665621..8aa28b353937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.19
+pkgver=1.19.1
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=('8751c40c4fa7d1f23a6864c5b20a73744f8be68239535ae7729c5f7d394d0736')
+sha256sums=('222d74d3574fb67b158c6988c980eeaaba8a0656f5e4ffb76b5fa57f035933ec')
build() {
cd "${pkgname}-${pkgver}"