summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Kaafarani2022-04-14 22:28:50 +0200
committerAli Kaafarani2022-04-14 22:31:51 +0200
commitd6fdfd2266385e8743081674018da91fcb144ad2 (patch)
tree5797fa146fd085f17cec05355b50afd11f019ff1
parent7d8032ae97de5b5221c76a11fda8d1021e458de5 (diff)
downloadaur-d6fdfd2266385e8743081674018da91fcb144ad2.tar.gz
Update to 21.10.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 952fea9468b7..700ecdbd2038 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextflow
pkgdesc = A DSL for data-driven computational pipelines
- pkgver = 21.04.1
+ pkgver = 21.10.6
pkgrel = 1
url = https://www.nextflow.io
install = nextflow.install
@@ -8,7 +8,7 @@ pkgbase = nextflow
license = Apache
depends = java-runtime>=8
depends = bash
- source = nextflow-21.04.1::https://github.com/nextflow-io/nextflow/releases/download/v21.04.1/nextflow
- sha256sums = 840ca394237e0f4d9f34642ff77c0ac92361319bcc9d9441f3d99f7b6d48ae7d
+ source = nextflow-21.10.6::https://github.com/nextflow-io/nextflow/releases/download/v21.10.6/nextflow
+ sha256sums = 104c0352c592924233ea7897cbfb2ece41795be348f97d6dfbc8d66e6271e4ad
pkgname = nextflow
diff --git a/PKGBUILD b/PKGBUILD
index 71f5d35c934c..2b5c62095b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: mh00h <matt.halbert@gmail.com>
pkgname=nextflow
-pkgver=21.04.1
+pkgver=21.10.6
pkgrel=1
pkgdesc="A DSL for data-driven computational pipelines"
install=nextflow.install
@@ -12,7 +12,7 @@ url='https://www.nextflow.io'
license=('Apache')
depends=('java-runtime>=8' 'bash')
source=("${pkgname}-${pkgver}::https://github.com/nextflow-io/nextflow/releases/download/v${pkgver}/nextflow")
-sha256sums=('840ca394237e0f4d9f34642ff77c0ac92361319bcc9d9441f3d99f7b6d48ae7d')
+sha256sums=('104c0352c592924233ea7897cbfb2ece41795be348f97d6dfbc8d66e6271e4ad')
package() {
install -Dm755 "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/bin/nextflow"