summarylogtreecommitdiffstats
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
parent29199b3f6374333ff36b205a9de109ce16546f72 (diff)
downloadaur-4c5a3c301a453b0c9714690c27b67926f3363562.tar.gz
Update version to 1.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74b14d1814e3..1975a119026a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib
pkgdesc = A C library for high-throughput sequencing data formats
- pkgver = 1.18
+ pkgver = 1.19
pkgrel = 1
url = https://github.com/samtools/htslib
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = htslib
conflicts = tabix
replaces = tabix
options = staticlibs
- source = htslib-1.18.tar.bz2::https://github.com/samtools/htslib/releases/download/1.18/htslib-1.18.tar.bz2
- sha256sums = f1ab53a593a2320a1bfadf4ef915dae784006c5b5c922c8a8174d7530a9af18f
+ source = htslib-1.19.tar.bz2::https://github.com/samtools/htslib/releases/download/1.19/htslib-1.19.tar.bz2
+ sha256sums = 8751c40c4fa7d1f23a6864c5b20a73744f8be68239535ae7729c5f7d394d0736
pkgname = htslib
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}"