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