summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Peltzer2018-08-08 09:38:48 +0200
committerAlexander Peltzer2018-08-08 09:38:48 +0200
commitd2f111c6d6a870ca63fa3ab596e70bd1aebda078 (patch)
tree6e4bce2ab7b0ade5468895fc59073484f7065cf0
parent25342399929e279f3d82dd644de3e1aadfe521ea (diff)
downloadaur-d2f111c6d6a870ca63fa3ab596e70bd1aebda078.tar.gz
Nextflow 0.31.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 413715efff06..893a56843263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nextflow
pkgdesc = A DSL for data-driven computational pipelines.
- pkgver = 0.31.0
+ pkgver = 0.31.1
pkgrel = 0
url = https://nextflow.io
arch = any
license = GPL-3
depends = java-environment>=8
- source = https://github.com/nextflow-io/nextflow/releases/download/v0.31.0/nextflow
- md5sums = 84e774498fc7adb9f54694f9248ff181
+ source = https://github.com/nextflow-io/nextflow/releases/download/v0.31.1/nextflow
+ md5sums = f6e7d29933d3031c2096af2792dc01a4
pkgname = nextflow
diff --git a/PKGBUILD b/PKGBUILD
index 541341696598..551bb102045f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Peltzer <alexpe.aur@mailbox.org>
pkgname=nextflow
-pkgver=0.31.0
+pkgver=0.31.1
pkgrel=0
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=('84e774498fc7adb9f54694f9248ff181')
+md5sums=('f6e7d29933d3031c2096af2792dc01a4')
package() {
install -D -m755 "${srcdir}/nextflow" "${pkgdir}/usr/bin/nextflow"