summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2019-06-12 18:16:18 +0200
committerJulien Nicoulaud2019-06-12 18:16:18 +0200
commita261bf562c66fe7061b964613226e6b09e0c4a4f (patch)
tree6a21c1e84d1dda4451f2ad4786ea6a3def644bde
parentbff971fc5399d4369d4b8cbed23ed099104aab1c (diff)
downloadaur-a261bf562c66fe7061b964613226e6b09e0c4a4f.tar.gz
5.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d7896326fcc..d44dca26f943 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = concourse-fly-bin
pkgdesc = A command line interface that runs a build in a container with ATC.
- pkgver = 5.2.0
+ pkgver = 5.3.0
pkgrel = 1
url = https://concourse-ci.org/fly.html
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = concourse-fly-bin
conflicts = concourse-fly
conflicts = concourse-fly-git
replaces = concourse-fly
- source = https://github.com/concourse/concourse/releases/download/v5.2.0/fly-5.2.0-linux-amd64.tgz
- sha512sums = e6ac871b0071eb41b384804a3b25cecf093d21670c886e1be283a1bd6100635b2d652698b11f2ab60f4941acb10477d6cefce333bcb10fa65e7d8611b67c438d
+ source = https://github.com/concourse/concourse/releases/download/v5.3.0/fly-5.3.0-linux-amd64.tgz
+ sha512sums = 7a062e8b425e66e5e35f1d6fe18b6b9a7ec016b942149169a978911c24c0df824921dd7c17c8378a7ec0ebe0d7ed8e5d4e62fbb80d4b1dea1853baf26debc167
pkgname = concourse-fly-bin
diff --git a/PKGBUILD b/PKGBUILD
index ed4b9c3e5736..9ed74431cfec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='concourse-fly'
pkgname="${_pkgname}-bin"
-pkgver=5.2.0
+pkgver=5.3.0
pkgrel=1
pkgdesc='A command line interface that runs a build in a container with ATC.'
arch=(x86_64)
@@ -14,7 +14,7 @@ provides=("${_pkgname}")
replaces=("${_pkgname}")
conflicts=("${_pkgname}" "${_pkgname}-git")
source=("https://github.com/concourse/concourse/releases/download/v${pkgver}/fly-${pkgver}-linux-amd64.tgz")
-sha512sums=('e6ac871b0071eb41b384804a3b25cecf093d21670c886e1be283a1bd6100635b2d652698b11f2ab60f4941acb10477d6cefce333bcb10fa65e7d8611b67c438d')
+sha512sums=('7a062e8b425e66e5e35f1d6fe18b6b9a7ec016b942149169a978911c24c0df824921dd7c17c8378a7ec0ebe0d7ed8e5d4e62fbb80d4b1dea1853baf26debc167')
package() {
install -Dm755 "${srcdir}/fly" "${pkgdir}/usr/bin/fly"