summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGhabry2023-05-01 23:56:33 +0200
committerGhabry2023-05-01 23:56:33 +0200
commit6cd86c70a0b88811713874e975cb03ed15bff2f7 (patch)
tree9a7d4e4ad0b35ca3ab0d8400cff342e670dc0765 /PKGBUILD
parent836148325306fce35ea843d9b0e5404d04965b23 (diff)
downloadaur-minimap2.tar.gz
Update to 2.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fec2c94b093f..31514077b931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ghabry <gabriel-aur mastergk de>
pkgname=minimap2
-pkgver=2.20
+pkgver=2.26
pkgrel=1
pkgdesc="A versatile pairwise aligner for genomic and spliced nucleotide sequences"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://lh3.github.io/minimap2"
license=('MIT')
depends=('zlib')
source=("https://github.com/lh3/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
-sha256sums=('f9eff90a7f14f999df93dff6ed4e3428277edbbd6bda6bdb1800e8d57c9135e3')
+sha256sums=('6a588efbd273bff4f4808d5190957c50272833d2daeb4407ccf4c1b78143624c')
prepare() {
cd $pkgname-$pkgver