summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Swenson2018-06-20 07:17:44 -0700
committerBram Swenson2018-06-20 07:17:44 -0700
commit1854696c55df7eba30a981e3d596fb33990c1e1d (patch)
treea034e7a000918e0812b05d9859cc94413450b4ce
parentdb7cbe88d435b46733193f3d6b2bd5894a56a78b (diff)
downloadaur-1854696c55df7eba30a981e3d596fb33990c1e1d.tar.gz
:arrow_up: concourse 3.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96378aa7b3ae..43e2af4963fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = concourse-bin
pkgdesc = Concourse is a pipeline-based CI system written in Go.
- pkgver = v3.13.0
+ pkgver = v3.14.1
pkgrel = 2
url = https://concourse-ci.org
arch = x86_64
license = Apache
provides = concourse
replaces = concourse
- source = concourse-v3.13.0::https://github.com/concourse/concourse/releases/download/v3.13.0/concourse_linux_amd64
- sha512sums = 82371100d5c8975d251efdccb4e2dc3688f4d0bc6ef79abe2be26297b49f5888705d0e09e45cb9a6cb495cf2fbcdd69b0995f64b5c075171d33f13705be99f7a
+ source = concourse-v3.14.1::https://github.com/concourse/concourse/releases/download/v3.14.1/concourse_linux_amd64
+ sha512sums = 3eb7790ae5c086e0c091a31ad569d50a0aa9e858555a92842c47384a9a4ff94689a7d6ce4c7a9e9359d0d53df65a896a59f456de3de19c4bf3790fd4ab7161fc
pkgname = concourse-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0530d3b018ab..e632078274a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='concourse'
pkgname="${_pkgname}-bin"
-pkgver=v3.13.0
+pkgver=v3.14.1
pkgrel=2
pkgdesc='Concourse is a pipeline-based CI system written in Go.'
arch=(x86_64)
@@ -12,7 +12,7 @@ license=('Apache')
provides=("${_pkgname}")
replaces=("${_pkgname}")
source=("${_pkgname}-${pkgver}::https://github.com/concourse/concourse/releases/download/${pkgver}/concourse_linux_amd64")
-sha512sums=('82371100d5c8975d251efdccb4e2dc3688f4d0bc6ef79abe2be26297b49f5888705d0e09e45cb9a6cb495cf2fbcdd69b0995f64b5c075171d33f13705be99f7a')
+sha512sums=('3eb7790ae5c086e0c091a31ad569d50a0aa9e858555a92842c47384a9a4ff94689a7d6ce4c7a9e9359d0d53df65a896a59f456de3de19c4bf3790fd4ab7161fc')
package() {
install -Dm755 "${_pkgname}-${pkgver}" "$pkgdir/usr/bin/concourse"