summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 426b61b03d09..afc48dba3ec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='concourse-fly'
pkgname="${_pkgname}-bin"
-pkgver=5.8.0
+pkgver=6.0.0
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=('7eca21eafb33af6cfa164f6f3a092360c83a381d842fd29f3ccc5acbd1c749d92ce29f0edc80d7495c0cb614113678f53bea4b147a4a05de2e95a43aaacbfc83')
+sha512sums=('92a4f975f35a623a673ab2866a51e315200b4721e41d28718b2bf5710487439930371e983f91dfb1f2e8b5b3764d34582528c6ce02244aab4b36a64af0baf58a')
package() {
install -Dm755 "${srcdir}/fly" "${pkgdir}/usr/bin/fly"