summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Swenson2017-07-04 21:17:11 -0700
committerBram Swenson2017-07-04 21:17:11 -0700
commit3e12923d8c848b1cdb5427d2ba1b4323e4326646 (patch)
tree431afffacf36c47dd27e4e0619476893eaf20949
parent4c684b0abfaa9007e544e3826ebf9d5575da3193 (diff)
downloadaur-3e12923d8c848b1cdb5427d2ba1b4323e4326646.tar.gz
concourse v3.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c11749ccb3e4..94637be9335b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = concourse
pkgdesc = Concourse is a pipeline-based CI system written in Go.
- pkgver = v3.2.1
+ pkgver = v3.3.1
pkgrel = 1
url = https://concourse.ci/introduction.html
arch = x86_64
license = Apache
depends = linux-userns
provides = concourse
- source = concourse-v3.2.1::https://github.com/concourse/concourse/releases/download/v3.2.1/concourse_linux_amd64
- sha512sums = 7e74fc736d2e7ea21b08101097893c461c981f3ef39a3f0ba23504059e8793042fac3474376cd6a64a172a75294ebd456952c2961aa4b92fe0a7c812764e1363
+ source = concourse-v3.3.1::https://github.com/concourse/concourse/releases/download/v3.3.1/concourse_linux_amd64
+ sha512sums = 9fa3bd4ae0c0e8e22a498633625e69040a66ea3f4f4c9c072cbc19963a6947c4a2d12d9f3cdbe368d730469f8ebf1dabcb242c40cb702804bd6d0363b296f1c1
pkgname = concourse
diff --git a/PKGBUILD b/PKGBUILD
index 75ee769f10f9..499b52d46242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Bram Swenson <bram@amplified.work>
pkgname='concourse'
-pkgver=v3.2.1
+pkgver=v3.3.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=('7e74fc736d2e7ea21b08101097893c461c981f3ef39a3f0ba23504059e8793042fac3474376cd6a64a172a75294ebd456952c2961aa4b92fe0a7c812764e1363')
+sha512sums=('9fa3bd4ae0c0e8e22a498633625e69040a66ea3f4f4c9c072cbc19963a6947c4a2d12d9f3cdbe368d730469f8ebf1dabcb242c40cb702804bd6d0363b296f1c1')
provides=('concourse')
depends=('linux-userns')