summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Swenson2017-09-06 09:32:15 -0700
committerBram Swenson2017-09-06 09:32:15 -0700
commite9115b7cb953ccfef8ea88f82434534a04c971d9 (patch)
treecb04929ecfddb2c30a811d3adb1df7457496fef5
parent3e12923d8c848b1cdb5427d2ba1b4323e4326646 (diff)
downloadaur-e9115b7cb953ccfef8ea88f82434534a04c971d9.tar.gz
Version v3.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94637be9335b..9ea7bcaafd17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = concourse
pkgdesc = Concourse is a pipeline-based CI system written in Go.
- pkgver = v3.3.1
+ pkgver = v3.4.1
pkgrel = 1
url = https://concourse.ci/introduction.html
arch = x86_64
license = Apache
depends = linux-userns
provides = concourse
- source = concourse-v3.3.1::https://github.com/concourse/concourse/releases/download/v3.3.1/concourse_linux_amd64
- sha512sums = 9fa3bd4ae0c0e8e22a498633625e69040a66ea3f4f4c9c072cbc19963a6947c4a2d12d9f3cdbe368d730469f8ebf1dabcb242c40cb702804bd6d0363b296f1c1
+ source = concourse-v3.4.1::https://github.com/concourse/concourse/releases/download/v3.4.1/concourse_linux_amd64
+ sha512sums = cb298f8eb684eacf0a2b145cc542518c14e5f314149cfc06cb553bcf6d91ca717370d2a30595f05ea3cb4b3939effcbe2cf67db7adb8f5a4750dae19d0497a23
pkgname = concourse
diff --git a/PKGBUILD b/PKGBUILD
index 499b52d46242..f3c773dd080b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Bram Swenson <bram@amplified.work>
pkgname='concourse'
-pkgver=v3.3.1
+pkgver=v3.4.1
pkgrel=1
pkgdesc="Concourse is a pipeline-based CI system written in Go."
arch=(x86_64)
url="https://concourse.ci/introduction.html"
license=('Apache')
source=(concourse-${pkgver}::https://github.com/concourse/concourse/releases/download/${pkgver}/concourse_linux_amd64)
-sha512sums=('9fa3bd4ae0c0e8e22a498633625e69040a66ea3f4f4c9c072cbc19963a6947c4a2d12d9f3cdbe368d730469f8ebf1dabcb242c40cb702804bd6d0363b296f1c1')
+sha512sums=('cb298f8eb684eacf0a2b145cc542518c14e5f314149cfc06cb553bcf6d91ca717370d2a30595f05ea3cb4b3939effcbe2cf67db7adb8f5a4750dae19d0497a23')
provides=('concourse')
depends=('linux-userns')