summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2023-02-21 13:27:08 -0500
committerAndrew O'Neill2023-02-21 13:27:08 -0500
commit225b481838c070e48d6245be995c1e492150af2f (patch)
tree13ae34d04f8a660f68dcee4ecac8a0c25dde48ae
parentc5c307eda8930b5192c8a6f7b9ee8f21ca986fe5 (diff)
downloadaur-225b481838c070e48d6245be995c1e492150af2f.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fed5b7be970c..6eb6e0febd1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib
pkgdesc = A C library for high-throughput sequencing data formats
- pkgver = 1.16
+ pkgver = 1.17
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.16.tar.bz2::https://github.com/samtools/htslib/releases/download/1.16/htslib-1.16.tar.bz2
- sha256sums = 606b7c7aff73734cf033ecd156f40529fa5792f54524952a28938ca0890d7924
+ source = htslib-1.17.tar.bz2::https://github.com/samtools/htslib/releases/download/1.17/htslib-1.17.tar.bz2
+ sha256sums = 763779288c40f07646ec7ad98b96c378c739171d162ad98398868783b721839f
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index f6f8b526dbed..5c49f5dd00d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.16
+pkgver=1.17
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=('606b7c7aff73734cf033ecd156f40529fa5792f54524952a28938ca0890d7924')
+sha256sums=('763779288c40f07646ec7ad98b96c378c739171d162ad98398868783b721839f')
build() {
cd "${pkgname}-${pkgver}"