summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-04-15 14:29:01 -0400
committerAndrew O'Neill2024-04-15 14:29:01 -0400
commit1dbfb9548de20863f10302519b53477bb1390a1e (patch)
treeff2fdb5c86cffc50f5c3aed58f348a044d76a1ee
parent4214ee615119b9e7190b8c2c45ab84c4895b10c7 (diff)
downloadaur-htslib.tar.gz
Update version to 1.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7ff67351843..b061d89ce2fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib
pkgdesc = A C library for high-throughput sequencing data formats
- pkgver = 1.19.1
+ pkgver = 1.20
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.19.1.tar.bz2::https://github.com/samtools/htslib/releases/download/1.19.1/htslib-1.19.1.tar.bz2
- sha256sums = 222d74d3574fb67b158c6988c980eeaaba8a0656f5e4ffb76b5fa57f035933ec
+ source = htslib-1.20.tar.bz2::https://github.com/samtools/htslib/releases/download/1.20/htslib-1.20.tar.bz2
+ sha256sums = e52d95b14da68e0cfd7d27faf56fef2f88c2eaf32a2be51c72e146e3aa928544
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index 6f4e40fb9949..eb9c2e76a5f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.19.1
+pkgver=1.20
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=('222d74d3574fb67b158c6988c980eeaaba8a0656f5e4ffb76b5fa57f035933ec')
+sha256sums=('e52d95b14da68e0cfd7d27faf56fef2f88c2eaf32a2be51c72e146e3aa928544')
build() {
cd "${pkgname}-${pkgver}"