summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2019-02-19 16:19:42 +0100
committerJulien Nicoulaud2019-02-19 16:19:42 +0100
commitc06bf1be3464845df8edb0103201d6eb216d81e7 (patch)
treef0f1fe6a3bf74effd93e01e51efc08911cb656f5
parentc3e80ec8ea1a177d9c1e9f3aade4212e254fe0c2 (diff)
downloadaur-c06bf1be3464845df8edb0103201d6eb216d81e7.tar.gz
4.2.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3696e148bfe2..23948a889be0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = concourse-bin
pkgdesc = Concourse is a pipeline-based CI system written in Go.
- pkgver = 4.2.2
+ pkgver = 4.2.3
pkgrel = 1
url = https://concourse-ci.org
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = concourse-bin
conflicts = concourse
conflicts = concourse-git
replaces = concourse
- source = concourse-4.2.2::https://github.com/concourse/concourse/releases/download/v4.2.2/concourse_linux_amd64
+ source = concourse-4.2.3::https://github.com/concourse/concourse/releases/download/v4.2.3/concourse_linux_amd64
sha512sums = 4f4ade137e0f25ff2e43071bd64a3b8bd67586ee513339fc5ba9c98fee3893d3c301f950361aa24e1d78ffd9a1a8133c0a8a7f72682ec561c755996cf197830a
pkgname = concourse-bin
diff --git a/PKGBUILD b/PKGBUILD
index c868bb02f819..8b56cf6b837c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='concourse'
pkgname="${_pkgname}-bin"
-pkgver=4.2.2
+pkgver=4.2.3
pkgrel=1
pkgdesc='Concourse is a pipeline-based CI system written in Go.'
arch=(x86_64)
@@ -14,7 +14,7 @@ provides=("${_pkgname}")
replaces=("${_pkgname}")
conflicts=("${_pkgname}" "${_pkgname}-git")
source=("${_pkgname}-${pkgver}::https://github.com/concourse/concourse/releases/download/v${pkgver}/concourse_linux_amd64")
-sha512sums=('4f4ade137e0f25ff2e43071bd64a3b8bd67586ee513339fc5ba9c98fee3893d3c301f950361aa24e1d78ffd9a1a8133c0a8a7f72682ec561c755996cf197830a')
+sha512sums=('1ea914ee6a96127aefa4c1d82c13d5af02a09f5daa2839a0b9201a6dfdb1dfdc7f79999b6d3bed6de2f0a1a0425a75f09bba0987bdd6f0a251b0d841cff798dd')
package() {
install -Dm755 "${_pkgname}-${pkgver}" "$pkgdir/usr/bin/concourse"