summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2018-12-11 19:11:57 +0100
committerJulien Nicoulaud2018-12-11 19:11:57 +0100
commit84883ed7f4bdfd46232b0e7a2b8f83894c06d5b6 (patch)
treed5aaab2611e950f473caa71774ce8efff8e2a464
parent3e8cfe38bd7935eb0629c3fecc9e00d531be6baa (diff)
downloadaur-84883ed7f4bdfd46232b0e7a2b8f83894c06d5b6.tar.gz
4.2.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5894dcfbed8..3e9dc1257a16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = concourse-fly-bin
pkgdesc = A command line interface that runs a build in a container with ATC.
- pkgver = 4.2.1
- pkgrel = 2
+ pkgver = 4.2.2
+ pkgrel = 1
url = https://concourse-ci.org/fly.html
arch = x86_64
license = Apache
provides = concourse-fly
conflicts = concourse-fly
replaces = concourse-fly
- source = concourse-fly-bin-4.2.1::https://github.com/concourse/concourse/releases/download/v4.2.1/fly_linux_amd64
- sha512sums = f249b54356fc8852951f1ffd89fd480e50c23703333d3e7c7285eff280022506c1979113517803e99ff1e3c7f02868cf830ff14ab4a6713e1b482fc52d065cb0
+ replaces = concourse-fly-git
+ source = concourse-fly-bin-4.2.2::https://github.com/concourse/concourse/releases/download/v4.2.2/fly_linux_amd64
+ sha512sums = 79941e71b91765ff05b59d3405d51f9d8f1591194724c84fd6a85d752eda74b46a4869daa0378bd7844bcb876801d70754a874e86f491e93e59c4b9a99c6f930
pkgname = concourse-fly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9923c806b472..3d9701e0aa2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
_pkgname='concourse-fly'
pkgname="${_pkgname}-bin"
-pkgver=4.2.1
-pkgrel=2
+pkgver=4.2.2
+pkgrel=1
pkgdesc='A command line interface that runs a build in a container with ATC.'
arch=(x86_64)
url='https://concourse-ci.org/fly.html'
license=('Apache')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-replaces=("${_pkgname}")
+replaces=("${_pkgname}" "${_pkgname}-git")
source=("${pkgname}-${pkgver}::https://github.com/concourse/concourse/releases/download/v${pkgver}/fly_linux_amd64")
-sha512sums=('f249b54356fc8852951f1ffd89fd480e50c23703333d3e7c7285eff280022506c1979113517803e99ff1e3c7f02868cf830ff14ab4a6713e1b482fc52d065cb0')
+sha512sums=('79941e71b91765ff05b59d3405d51f9d8f1591194724c84fd6a85d752eda74b46a4869daa0378bd7844bcb876801d70754a874e86f491e93e59c4b9a99c6f930')
package() {
install -Dm755 "${pkgname}-${pkgver}" "$pkgdir/usr/bin/fly"