summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2dcd0b51b825..a476be895a39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Peltzer <alexpe.aur@mailbox.org>
pkgname=nextflow
-pkgver=0.28.2
+pkgver=0.29.0
pkgrel=1
pkgdesc="A DSL for data-driven computational pipelines."
arch=('any')
@@ -9,7 +9,7 @@ url="https://nextflow.io"
license=('GPL-3')
depends=('java-environment>=8')
source=("https://github.com/nextflow-io/nextflow/releases/download/v${pkgver}/nextflow")
-md5sums=('1a7e6f4add73fd363c54e90ca56a12f4')
+md5sums=('d9ff74a6e968c3fcd7a4dffb12851340')
package() {
install -D -m755 "${srcdir}/nextflow" "${pkgdir}/usr/bin/nextflow"