summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50ec61ea1837..a5204b04d1ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = concourse-fly
pkgdesc = A command line interface that runs a build in a container with ATC.
- pkgver = v3.2.1
+ pkgver = v3.3.1
pkgrel = 1
url = https://concourse.ci/fly-cli.html
arch = x86_64
license = Apache
provides = fly
- source = concourse-fly-v3.2.1::https://github.com/concourse/concourse/releases/download/v3.2.1/fly_linux_amd64
- sha512sums = 38357acdf2e05735462d25989e85f313a1175c5948bf9d46619f95224848b1caf3e4cc863106654de5290687bda3f801acee0a5e0d879de2ec417d6f308181e9
+ source = concourse-fly-v3.3.1::https://github.com/concourse/concourse/releases/download/v3.3.1/fly_linux_amd64
+ sha512sums = c819c5351072df64392085fd68802e43546f28bc4adc16494db88b00829c85ba467930fe1617bd32e9e744904415bf02cd4068d7fd700a2c3f9305123210340f
pkgname = concourse-fly
diff --git a/PKGBUILD b/PKGBUILD
index 639fa73614cf..6d3ac3f7e859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Bram Swenson <bram@amplified.work>
pkgname='concourse-fly'
-pkgver=v3.2.1
+pkgver=v3.3.1
pkgrel=1
pkgdesc="A command line interface that runs a build in a container with ATC."
arch=(x86_64)
url="https://concourse.ci/fly-cli.html"
license=('Apache')
source=(concourse-fly-${pkgver}::https://github.com/concourse/concourse/releases/download/${pkgver}/fly_linux_amd64)
-sha512sums=('38357acdf2e05735462d25989e85f313a1175c5948bf9d46619f95224848b1caf3e4cc863106654de5290687bda3f801acee0a5e0d879de2ec417d6f308181e9')
+sha512sums=('c819c5351072df64392085fd68802e43546f28bc4adc16494db88b00829c85ba467930fe1617bd32e9e744904415bf02cd4068d7fd700a2c3f9305123210340f')
provides=('fly')
package() {