summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-12-01 02:12:52 +0800
committerlilac2020-12-01 02:12:52 +0800
commitfd24336d2d68706623c1469e1a9c3b81d74e1169 (patch)
treefe03152ae6bf471f634c9279c004fb8baa5c65dd
parentf33bffefa491c39309d1755a872d290d29d2cd88 (diff)
downloadaur-fd24336d2d68706623c1469e1a9c3b81d74e1169.tar.gz
[lilac] updated to v6.7.2-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2a9e1c9ee09..922bee661fc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fly-cli
pkgdesc = A command line interface for Concourse CI
- pkgver = v6.7.1
- pkgrel = 1
+ pkgver = v6.7.2
+ pkgrel = 2
url = https://github.com/concourse/concourse/tree/master/fly
arch = x86_64
license = Apache-2.0
@@ -9,8 +9,8 @@ pkgbase = fly-cli
conflicts = concourse-fly
conflicts = concourse-fly-bin
conflicts = concourse-fly-git
- source = https://github.com/concourse/concourse/archive/v6.7.1.tar.gz
- sha256sums = b7e779b161dcf8508d87702478504fbdd2a17cdfaa898eb10261e5067ed3c7e5
+ source = https://github.com/concourse/concourse/archive/v6.7.2.tar.gz
+ sha256sums = c57852dc9cc56b0b671179ae89f3ffe20090b1b2c80b43179125e6e2bdf1302c
pkgname = fly-cli
diff --git a/PKGBUILD b/PKGBUILD
index 18b38ea484c7..2baa2ce3d053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sasasu <su@sasasu.me>
pkgname=fly-cli
-pkgver=v6.7.1
-pkgrel=1
+pkgver=v6.7.2
+pkgrel=2
pkgdesc="A command line interface for Concourse CI"
arch=("x86_64")
url="https://github.com/concourse/concourse/tree/master/fly"
@@ -9,7 +9,7 @@ license=('Apache-2.0')
makedepends=("go")
conflicts=("concourse-fly" "concourse-fly-bin" "concourse-fly-git")
source=("https://github.com/concourse/concourse/archive/$pkgver.tar.gz")
-sha256sums=('b7e779b161dcf8508d87702478504fbdd2a17cdfaa898eb10261e5067ed3c7e5')
+sha256sums=('c57852dc9cc56b0b671179ae89f3ffe20090b1b2c80b43179125e6e2bdf1302c')
build() {
cd concourse-*/fly