summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2023-07-25 23:55:57 -0400
committerAndrew O'Neill2023-07-25 23:55:57 -0400
commit29199b3f6374333ff36b205a9de109ce16546f72 (patch)
treeb099a653c8de64d54170a603bf4e55dd282e2a76 /PKGBUILD
parent0a311cd39b7f76ed921e14e6e005746307630f4a (diff)
downloadaur-29199b3f6374333ff36b205a9de109ce16546f72.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10fa3d4f146c..15c366613d65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.17
+pkgver=1.18
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=('763779288c40f07646ec7ad98b96c378c739171d162ad98398868783b721839f')
+sha256sums=('f1ab53a593a2320a1bfadf4ef915dae784006c5b5c922c8a8174d7530a9af18f')
build() {
cd "${pkgname}-${pkgver}"