summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8d87adb7a42..3f1fda0a3cc8 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.11.0
+ pkgver = v3.12.0
pkgrel = 1
url = https://concourse.ci/introduction.html
arch = x86_64
license = Apache
provides = concourse
replaces = concourse
- source = concourse-v3.11.0::https://github.com/concourse/concourse/releases/download/v3.11.0/concourse_linux_amd64
- sha512sums = a6ab660917bc8d98ba56e1538bd288835c52ce5fac0afdb08c1e35d05f1be379271af813366405883d02ea61566b5701f657e38d0a2d11fc3cee8467be7e351e
+ source = concourse-v3.12.0::https://github.com/concourse/concourse/releases/download/v3.12.0/concourse_linux_amd64
+ sha512sums = 6be545e839c7fe5597590ae68ac9aad2e1fa0d623bd8c91b0d8cb9db27552c70266765dce8b3ce9babea00ba2580f7675b8ac5d310bb41eefe6d377d728c5287
pkgname = concourse-bin
diff --git a/PKGBUILD b/PKGBUILD
index 87191cfb30c7..0dd18eeaa188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='concourse'
pkgname="${_pkgname}-bin"
-pkgver=v3.11.0
+pkgver=v3.12.0
pkgrel=1
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=('a6ab660917bc8d98ba56e1538bd288835c52ce5fac0afdb08c1e35d05f1be379271af813366405883d02ea61566b5701f657e38d0a2d11fc3cee8467be7e351e')
+sha512sums=('6be545e839c7fe5597590ae68ac9aad2e1fa0d623bd8c91b0d8cb9db27552c70266765dce8b3ce9babea00ba2580f7675b8ac5d310bb41eefe6d377d728c5287')
package() {
install -Dm755 "${_pkgname}-${pkgver}" "$pkgdir/usr/bin/concourse"