summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-25 20:33:22 +0100
committerFelix Golatofski2020-02-25 20:33:22 +0100
commit0a5b93fe123576e1f4360072b56de85c70fb5dae (patch)
tree3f7183707f4602bf70bccce955742577d1b67062
parent9b6f3631faaa75d1097e91d371a1c4fba75695e9 (diff)
downloadaur-0a5b93fe123576e1f4360072b56de85c70fb5dae.tar.gz
Updated to 20.01.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bd230e9d887..9bb23cf1709f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = nextflow
pkgdesc = A DSL for data-driven computational pipelines
- pkgver = 19.04.1
- pkgrel = 0
- url = https://nextflow.io
+ pkgver = 20.01.0
+ pkgrel = 1
+ url = https://www.nextflow.io
+ install = nextflow.install
arch = any
license = Apache
depends = java-runtime>=8
- source = https://github.com/nextflow-io/nextflow/releases/download/v19.04.1/nextflow
- md5sums = a5ff593271290274e1baaff3f1e980fe
+ source = https://github.com/nextflow-io/nextflow/releases/download/v20.01.0/nextflow
+ sha512sums = 092ec1ef952f5d5d938e591cbcf30dc2e5bc391b13679153d2fdb897a78a53ffa6e37971a4e9b1e103efeef69076eb3dacd16949934bc882f029307f59d97c1d
pkgname = nextflow
diff --git a/PKGBUILD b/PKGBUILD
index 45246846e941..9f9569e1b4a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mh00h <matt.halbert@gmail.com>
pkgname=nextflow
-pkgver=19.07.0
+pkgver=20.01.0
pkgrel=1
pkgdesc="A DSL for data-driven computational pipelines"
install=nextflow.install
@@ -9,7 +9,7 @@ url="https://www.nextflow.io"
license=('Apache')
depends=('java-runtime>=8')
source=("https://github.com/nextflow-io/nextflow/releases/download/v${pkgver}/nextflow")
-md5sums=('a5ff593271290274e1baaff3f1e980fe')
+sha512sums=('092ec1ef952f5d5d938e591cbcf30dc2e5bc391b13679153d2fdb897a78a53ffa6e37971a4e9b1e103efeef69076eb3dacd16949934bc882f029307f59d97c1d')
package() {
install -D -m755 "${srcdir}/nextflow" "${pkgdir}/usr/bin/nextflow"