summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2021-12-12 04:51:51 +0100
committerpancho horrillo2021-12-12 04:51:51 +0100
commit9b6b103a5126f9c7e27034727a38900212b235aa (patch)
tree2f6112693672c539e357ad2094487cb42d864994
parentbff20ad379055153261707a7bf50ddf8048e1fa4 (diff)
downloadaur-9b6b103a5126f9c7e27034727a38900212b235aa.tar.gz
Bump to version 7.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae289eb6f1c4..b58cad5c230e 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 = 7.4.2
+ pkgver = 7.6.0
pkgrel = 1
url = https://concourse-ci.org/fly.html
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = concourse-fly-bin
conflicts = concourse-fly
conflicts = concourse-fly-git
replaces = concourse-fly
- source = https://github.com/concourse/concourse/releases/download/v7.4.2/fly-7.4.2-linux-amd64.tgz
- sha256sums = 7667e48e38ff97cf0a7ae0a9038c2cbc7eda5f2cbbd9e2868768e7b0bfefd7de
+ source = https://github.com/concourse/concourse/releases/download/v7.6.0/fly-7.6.0-linux-amd64.tgz
+ sha256sums = c264d9cb979d05598e44e0527220e21e2f20564f63cc11f98c8480768997433f
pkgname = concourse-fly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8bf1a83a97c3..2315a352ff7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='concourse-fly'
pkgname="${_pkgname}-bin"
-pkgver=7.4.2
+pkgver=7.6.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")
-sha256sums=('cf3f20cd26521955830b2687486defaa30485e43ef90e2ffe2403d8821de625d')
+sha256sums=('c264d9cb979d05598e44e0527220e21e2f20564f63cc11f98c8480768997433f')
package() {
install -Dm755 "${srcdir}/fly" "${pkgdir}/usr/bin/fly"
}