summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2020-08-14 17:32:39 +0200
committerpancho horrillo2020-08-14 17:32:39 +0200
commit7567048b98d117266707926e77977177bf46fadc (patch)
tree736094aaf9f51f2a4a89f23c75e3ff7fdd851727
parenteea3257ac06a14a0857d10d7f2b9f24c5939ab84 (diff)
downloadaur-7567048b98d117266707926e77977177bf46fadc.tar.gz
Bump to v6.4.1
Thanks to @renatolond for the heads up!
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52274dfc710e..b94d9c671394 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 = 6.3.0
+ pkgver = 6.4.1
pkgrel = 1
url = https://concourse-ci.org/fly.html
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = concourse-fly-bin
conflicts = concourse-fly
conflicts = concourse-fly-git
replaces = concourse-fly
- source = https://github.com/concourse/concourse/releases/download/v6.3.0/fly-6.3.0-linux-amd64.tgz
- sha512sums = a818da9a8169d6db50e6f9ce387853a2bd87e6be5267f4231a8dd0d62633ef35d9d0a76357343123db3c291f5ed125926725dbeae85702e29d9313ba1969a1d9
+ source = https://github.com/concourse/concourse/releases/download/v6.4.1/fly-6.4.1-linux-amd64.tgz
+ sha512sums = 04b08d7a31aeae7e6bc09c3c1a4fc482116294335df315efacbd1218e76e20277d857c887d01257b57bf869e9e544dbc0739301a59dc82073f160d3fc43baf25
pkgname = concourse-fly-bin
diff --git a/PKGBUILD b/PKGBUILD
index f1c7ec22dd68..347f0fad6dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='concourse-fly'
pkgname="${_pkgname}-bin"
-pkgver=6.3.0
+pkgver=6.4.1
pkgrel=1
pkgdesc='A command line interface that runs a build in a container with ATC.'
arch=(x86_64)
@@ -15,7 +15,7 @@ replaces=("${_pkgname}")
conflicts=("${_pkgname}" "${_pkgname}-git")
optdepends=('zsh-completions: auto completion for fly on zsh shell')
source=("https://github.com/concourse/concourse/releases/download/v${pkgver}/fly-${pkgver}-linux-amd64.tgz")
-sha512sums=('a818da9a8169d6db50e6f9ce387853a2bd87e6be5267f4231a8dd0d62633ef35d9d0a76357343123db3c291f5ed125926725dbeae85702e29d9313ba1969a1d9')
+sha512sums=('04b08d7a31aeae7e6bc09c3c1a4fc482116294335df315efacbd1218e76e20277d857c887d01257b57bf869e9e544dbc0739301a59dc82073f160d3fc43baf25')
package() {
install -Dm755 "${srcdir}/fly" "${pkgdir}/usr/bin/fly"