summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2018-05-02 20:31:25 +0200
committerpancho horrillo2018-05-02 20:31:25 +0200
commit78d709c64931cc340d64ddc8129048b33fb03f64 (patch)
tree3ecbdf424aa3b17f45a0f996d3987481af8fd1de
parenta85c96346225f3d374e28a1f881c32ed996c614b (diff)
downloadaur-78d709c64931cc340d64ddc8129048b33fb03f64.tar.gz
Bump version to v3.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f86d82f8cbf..88919ce111a3 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 = v3.12.0
+ pkgver = v3.13.0
pkgrel = 1
url = https://concourse.ci/fly-cli.html
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = concourse-fly-bin
provides = concourse-fly
conflicts = concourse-fly
replaces = concourse-fly
- source = concourse-fly-bin-v3.12.0::https://github.com/concourse/concourse/releases/download/v3.12.0/fly_linux_amd64
- sha512sums = 176033638ac5ea0ad389630381ae2de0264ecad28a3ae3b2ffc9f57c21dfc9f90a1dca77e437d7acbf0e80bef2d8551d49634500b6bafd30308115ccb5fe64aa
+ source = concourse-fly-bin-v3.13.0::https://github.com/concourse/concourse/releases/download/v3.13.0/fly_linux_amd64
+ sha512sums = 394695a16a38f228a784d74777f211a98d3c531c33c3260d4c2155f920c0145ae02ad18e433abffe6b36138e33b19dc4ab46e245468b3da2f935bb307b593fca
pkgname = concourse-fly-bin
diff --git a/PKGBUILD b/PKGBUILD
index a1dfb0322404..39578abda2c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='concourse-fly'
pkgname="${_pkgname}-bin"
-pkgver=v3.12.0
+pkgver=v3.13.0
pkgrel=1
pkgdesc='A command line interface that runs a build in a container with ATC.'
arch=(x86_64)
@@ -13,7 +13,7 @@ provides=("${_pkgname}")
conflicts=("${_pkgname}")
replaces=("${_pkgname}")
source=("${pkgname}-${pkgver}::https://github.com/concourse/concourse/releases/download/${pkgver}/fly_linux_amd64")
-sha512sums=('176033638ac5ea0ad389630381ae2de0264ecad28a3ae3b2ffc9f57c21dfc9f90a1dca77e437d7acbf0e80bef2d8551d49634500b6bafd30308115ccb5fe64aa')
+sha512sums=('394695a16a38f228a784d74777f211a98d3c531c33c3260d4c2155f920c0145ae02ad18e433abffe6b36138e33b19dc4ab46e245468b3da2f935bb307b593fca')
package() {
install -Dm755 "${pkgname}-${pkgver}" "$pkgdir/usr/bin/fly"