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 3681c5b29c0c..34b77894a14e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Peltzer <alexpe.aur@mailbox.org>
pkgname=nextflow
-pkgver=0.27.5
+pkgver=0.27.6
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=('45e7b38e85cd8a2318a9ca71cd99c304')
+md5sums=('1e87fe3620bf02003a0505f95b19e2e6')
package() {
install -D -m755 "${srcdir}/nextflow" "${pkgdir}/usr/bin/nextflow"