summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-03-10 05:35:36 +0800
committerlilac2022-03-10 05:35:36 +0800
commitce6e73f1643303a15aa82a6a173fd2ebbec44e7c (patch)
tree137ef48402b6e539dd93a6a23ecb0a7d7fe0a920
parent54ac750f35ff4891d9cd5b6a5346f1d97e488c8f (diff)
downloadaur-ce6e73f1643303a15aa82a6a173fd2ebbec44e7c.tar.gz
[lilac] updated to v7.7.0-14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af04b119d1de..d9b31deae913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fly-cli
pkgdesc = A command line interface for Concourse CI
- pkgver = v7.6.0
- pkgrel = 8
+ pkgver = v7.7.0
+ pkgrel = 14
url = https://github.com/concourse/concourse/tree/master/fly
arch = x86_64
license = Apache-2.0
@@ -9,7 +9,7 @@ pkgbase = fly-cli
conflicts = concourse-fly
conflicts = concourse-fly-bin
conflicts = concourse-fly-git
- source = https://github.com/concourse/concourse/archive/v7.6.0.tar.gz
- sha256sums = 3d0e42f2aa342c392650f3195d039b4e44b5efecbe9eac7ab8fafc8379cc0ae9
+ source = https://github.com/concourse/concourse/archive/v7.7.0.tar.gz
+ sha256sums = 2e355201d3b13e651ca51332ec13f7c3a812de7cd1b92e14bfe069e036916ce2
pkgname = fly-cli
diff --git a/PKGBUILD b/PKGBUILD
index 663c129ea833..8966c55cedcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sasasu <su@sasasu.me>
pkgname=fly-cli
-pkgver=v7.6.0
-pkgrel=8
+pkgver=v7.7.0
+pkgrel=14
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=('3d0e42f2aa342c392650f3195d039b4e44b5efecbe9eac7ab8fafc8379cc0ae9')
+sha256sums=('2e355201d3b13e651ca51332ec13f7c3a812de7cd1b92e14bfe069e036916ce2')
build() {
cd concourse-${pkgver:1}/fly