summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d47c5a6f3853..a0773508b305 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib
pkgdesc = A C library for high-throughput sequencing data formats
- pkgver = 1.13
+ pkgver = 1.14
pkgrel = 1
url = https://github.com/samtools/htslib
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = htslib
provides = tabix
conflicts = tabix
replaces = tabix
- source = htslib-1.13.tar.bz2::https://github.com/samtools/htslib/releases/download/1.13/htslib-1.13.tar.bz2
- sha256sums = f2407df9f97f0bb6b07656579e41a1ca5100464067b6b21bf962a2ea4b0efd65
+ source = htslib-1.14.tar.bz2::https://github.com/samtools/htslib/releases/download/1.14/htslib-1.14.tar.bz2
+ sha256sums = ed221b8f52f4812f810eebe0cc56cd8355a5c9d21c62d142ac05ad0da147935f
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index 6aab8d68c3f7..d4265929757f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.13
+pkgver=1.14
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=('f2407df9f97f0bb6b07656579e41a1ca5100464067b6b21bf962a2ea4b0efd65')
+sha256sums=('ed221b8f52f4812f810eebe0cc56cd8355a5c9d21c62d142ac05ad0da147935f')
build() {
cd "${pkgname}-${pkgver}"