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 a2c2854938b3..af1c152a7c22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minimap2-bin
pkgdesc = Aligner for genomic and spliced nucleotide sequences
- pkgver = 2.19
+ pkgver = 2.20
pkgrel = 1
url = https://lh3.github.io/minimap2/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = minimap2-bin
depends = zlib
provides = minimap2
conflicts = minimap2
- source_x86_64 = https://github.com/lh3/minimap2/releases/download/v2.19/minimap2-2.19_x64-linux.tar.bz2
- sha256sums_x86_64 = 2116ce7e517d8512e14c6e29a2a0ed951f53040ea530e7aa54382c7f66a4b0dc
+ source_x86_64 = https://github.com/lh3/minimap2/releases/download/v2.20/minimap2-2.20_x64-linux.tar.bz2
+ sha256sums_x86_64 = 9590a693cb0a37811f736754831990fb62969d2e0bed56f09fde20e1043e54ad
pkgname = minimap2-bin
diff --git a/PKGBUILD b/PKGBUILD
index acd902efea3d..26f3fba5182f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=minimap2-bin
-pkgver=2.19
+pkgver=2.20
pkgrel=1
pkgdesc="Aligner for genomic and spliced nucleotide sequences"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('glibc' 'zlib')
provides=('minimap2')
conflicts=('minimap2')
source_x86_64=("https://github.com/lh3/minimap2/releases/download/v$pkgver/minimap2-${pkgver}_x64-linux.tar.bz2")
-sha256sums_x86_64=('2116ce7e517d8512e14c6e29a2a0ed951f53040ea530e7aa54382c7f66a4b0dc')
+sha256sums_x86_64=('9590a693cb0a37811f736754831990fb62969d2e0bed56f09fde20e1043e54ad')
package() {