summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-10-19 15:22:00 +0800
committerChocobo12020-10-19 15:22:00 +0800
commitecfc76526c19ded71e715fa651eb4aa0c9fc7944 (patch)
tree9d879960923532eb0b2d9d774419d8ae16856d0a
parenta106001391a4ff0e382f809653688ffe7c988c43 (diff)
downloadaur-ecfc76526c19ded71e715fa651eb4aa0c9fc7944.tar.gz
upgpkg: canu-bin 2.1.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18eec6d7a599..32cbae3d9a86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = canu-bin
pkgdesc = A fork of the Celera Assembler designed for high-noise single-molecule sequencing
- pkgver = 2.1
+ pkgver = 2.1.1
pkgrel = 1
url = https://canu.readthedocs.io/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = canu-bin
provides = canu
conflicts = canu
options = staticlibs
- source = https://github.com/marbl/canu/releases/download/v2.1/canu-2.1.Linux-amd64.tar.xz
- sha256sums = 46cf5fee777d84692eec323e167c89b2a1bd5260022a7b5c311c473ee925c6aa
+ source = https://github.com/marbl/canu/releases/download/v2.1.1/canu-2.1.1.Linux-amd64.tar.xz
+ sha256sums = b6aa11c00b8b4114d32dd12107b0134c5f01cbc3c7751b07e603bb51f23d6766
pkgname = canu-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6bf33d801a6b..74c4155ede6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=canu-bin
-pkgver=2.1
+pkgver=2.1.1
pkgrel=1
pkgdesc="A fork of the Celera Assembler designed for high-noise single-molecule sequencing"
arch=('x86_64')
@@ -12,7 +12,7 @@ provides=('canu')
conflicts=('canu')
options=('staticlibs')
source=("https://github.com/marbl/canu/releases/download/v$pkgver/canu-$pkgver.Linux-amd64.tar.xz")
-sha256sums=('46cf5fee777d84692eec323e167c89b2a1bd5260022a7b5c311c473ee925c6aa')
+sha256sums=('b6aa11c00b8b4114d32dd12107b0134c5f01cbc3c7751b07e603bb51f23d6766')
package() {