summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Peltzer2018-02-23 15:01:58 +0100
committerAlexander Peltzer2018-02-23 15:01:58 +0100
commit487d581aac31e59d7f90630b399f9d40592c1a83 (patch)
tree82bd1b58759fcc4707ae7e11e890382b3d18ae91
parentb3376909745da9e7db55194057a22f985a4f98a6 (diff)
downloadaur-487d581aac31e59d7f90630b399f9d40592c1a83.tar.gz
Updated Nextflow to 0.27.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a414b40c5ee5..e994fa4d25e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nextflow
pkgdesc = A DSL for data-driven computational pipelines.
- pkgver = 0.27.5
+ pkgver = 0.27.6
pkgrel = 1
url = https://nextflow.io
arch = any
license = GPL-3
depends = java-environment>=8
- source = https://github.com/nextflow-io/nextflow/releases/download/v0.27.5/nextflow
- md5sums = 45e7b38e85cd8a2318a9ca71cd99c304
+ source = https://github.com/nextflow-io/nextflow/releases/download/v0.27.6/nextflow
+ md5sums = 1e87fe3620bf02003a0505f95b19e2e6
pkgname = nextflow
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"