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 fce9f31e834c..5c5ae892208c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib
pkgdesc = A C library for high-throughput sequencing data formats
- pkgver = 1.15
+ pkgver = 1.15.1
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.15.tar.bz2::https://github.com/samtools/htslib/releases/download/1.15/htslib-1.15.tar.bz2
- sha256sums = 1a9f49911503a22f56817cc82ea9b87fb7e7467b5ff989ca5aa61c12e7d532d9
+ source = htslib-1.15.1.tar.bz2::https://github.com/samtools/htslib/releases/download/1.15.1/htslib-1.15.1.tar.bz2
+ sha256sums = 8d7f8bf9658226942eeab70af2a22aca618577eaa8fe2ed9416ee306d5351aa1
pkgname = htslib
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}"