summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Peltzer2018-03-11 17:09:12 +0100
committerAlexander Peltzer2018-03-11 17:09:12 +0100
commitddaab21e7c2e85f30fa07bc95cfa350ae397eae1 (patch)
treea2ca3c9ce5d73bbfad497ee3cc4c26cc6e284ce8
parent487d581aac31e59d7f90630b399f9d40592c1a83 (diff)
downloadaur-ddaab21e7c2e85f30fa07bc95cfa350ae397eae1.tar.gz
Update to v0.28.0 :-)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e994fa4d25e9..b4ad736c51e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nextflow
pkgdesc = A DSL for data-driven computational pipelines.
- pkgver = 0.27.6
+ pkgver = 0.28.0
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.6/nextflow
- md5sums = 1e87fe3620bf02003a0505f95b19e2e6
+ source = https://github.com/nextflow-io/nextflow/releases/download/v0.28.0/nextflow
+ md5sums = 148db7faebedfb222be0c12d7ba1412a
pkgname = nextflow
diff --git a/PKGBUILD b/PKGBUILD
index 34b77894a14e..bf2a5fee4667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Peltzer <alexpe.aur@mailbox.org>
pkgname=nextflow
-pkgver=0.27.6
+pkgver=0.28.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=('1e87fe3620bf02003a0505f95b19e2e6')
+md5sums=('148db7faebedfb222be0c12d7ba1412a')
package() {
install -D -m755 "${srcdir}/nextflow" "${pkgdir}/usr/bin/nextflow"