summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2019-09-20 20:29:14 +0200
committerJulien Nicoulaud2019-09-20 20:29:14 +0200
commit42140d7ebe3cc9c1eac69c10721853637b570599 (patch)
treeadd29c2aefce45ff5d64d28b064efbe6db6440d9
parent41f6b777b0305447e8d29e5cf14b6dbdae07604c (diff)
downloadaur-42140d7ebe3cc9c1eac69c10721853637b570599.tar.gz
5.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0328450c557b..c43955978d2b 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.4.1
+ pkgver = 5.5.1
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.4.1/fly-5.4.1-linux-amd64.tgz
- sha512sums = f0bf787290df84f79b6f9af2a1163b6e05669906e821bad9e11cc080f0943277c78ca0c5db0a53266a2dacc57d0ffd0f38df26d5cb38bf399412a86bb5e914e3
+ source = https://github.com/concourse/concourse/releases/download/v5.5.1/fly-5.5.1-linux-amd64.tgz
+ sha512sums = fbb5d6be0dbd63a676f45cf4fdb2785d1edefc47721de0ad208e58ab42b6003d831e92510e9ca898289eb595eaac79f34694ce535238f0f6daa47715cb83fd2e
pkgname = concourse-fly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5f75aaaef3ac..9394a03dfd11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='concourse-fly'
pkgname="${_pkgname}-bin"
-pkgver=5.4.1
+pkgver=5.5.1
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=('f0bf787290df84f79b6f9af2a1163b6e05669906e821bad9e11cc080f0943277c78ca0c5db0a53266a2dacc57d0ffd0f38df26d5cb38bf399412a86bb5e914e3')
+sha512sums=('fbb5d6be0dbd63a676f45cf4fdb2785d1edefc47721de0ad208e58ab42b6003d831e92510e9ca898289eb595eaac79f34694ce535238f0f6daa47715cb83fd2e')
package() {
install -Dm755 "${srcdir}/fly" "${pkgdir}/usr/bin/fly"