summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2023-12-12 11:40:11 -0500
committerAndrew O'Neill2023-12-12 11:40:11 -0500
commit4c5a3c301a453b0c9714690c27b67926f3363562 (patch)
tree9a75a0bfb73125bcd88b68ec830a7e497d5d4311 /PKGBUILD
parent29199b3f6374333ff36b205a9de109ce16546f72 (diff)
downloadaur-4c5a3c301a453b0c9714690c27b67926f3363562.tar.gz
Update version to 1.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15c366613d65..b42633665621 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.18
+pkgver=1.19
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=('f1ab53a593a2320a1bfadf4ef915dae784006c5b5c922c8a8174d7530a9af18f')
+sha256sums=('8751c40c4fa7d1f23a6864c5b20a73744f8be68239535ae7729c5f7d394d0736')
build() {
cd "${pkgname}-${pkgver}"