summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12021-11-19 12:30:03 +0800
committerChocobo12021-11-19 12:30:03 +0800
commitb33aeb93b9642d36cd65e82ee3ad13b8c38661ce (patch)
treee9efd7747797fb7792187c96f91000915d62fc72
parent84afd7224ef080180a141aea3dad16dc156f786a (diff)
downloadaur-b33aeb93b9642d36cd65e82ee3ad13b8c38661ce.tar.gz
upgpkg: minimap2-bin 2.23-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d86cec13c8a..bac60bfc1d38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minimap2-bin
pkgdesc = Aligner for genomic and spliced nucleotide sequences
- pkgver = 2.22
+ pkgver = 2.23
pkgrel = 1
url = https://lh3.github.io/minimap2/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = minimap2-bin
depends = zlib
provides = minimap2
conflicts = minimap2
- source_x86_64 = https://github.com/lh3/minimap2/releases/download/v2.22/minimap2-2.22_x64-linux.tar.bz2
- sha256sums_x86_64 = 5a87a0c82a3bc159472280c9b9acaaabbb93befdf029aeede6d4049c4c1021e4
+ source_x86_64 = https://github.com/lh3/minimap2/releases/download/v2.23/minimap2-2.23_x64-linux.tar.bz2
+ sha256sums_x86_64 = a9ff45e3a5f5faf2b3837a28f228d7568baab60729c9d041f6e8b33ea25cf270
pkgname = minimap2-bin
diff --git a/PKGBUILD b/PKGBUILD
index beee16973e29..96c2eeb6b3e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=minimap2-bin
-pkgver=2.22
+pkgver=2.23
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=('5a87a0c82a3bc159472280c9b9acaaabbb93befdf029aeede6d4049c4c1021e4')
+sha256sums_x86_64=('a9ff45e3a5f5faf2b3837a28f228d7568baab60729c9d041f6e8b33ea25cf270')
package() {