summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfluxcdbot2021-02-05 15:40:08 +0000
committerfluxcdbot2021-02-05 15:40:08 +0000
commit823104a82296f66b9af8ccc6854a08e1d7016ae3 (patch)
tree550f54daa3ba47ccd505ce4f812cc2fcd7f969aa
parent658d16ea3c8811871de38feed3a0f0957021305a (diff)
downloadaur-823104a82296f66b9af8ccc6854a08e1d7016ae3.tar.gz
Updated to version v0.7.7 release 1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03c80197e974..d78d3d95b5da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flux-go
pkgdesc = Open and extensible continuous delivery solution for Kubernetes
- pkgver = 0.7.6
+ pkgver = 0.7.7
pkgrel = 1
url = https://fluxcd.io/
arch = x86_64
@@ -14,6 +14,6 @@ pkgbase = flux-go
provides = flux-bin
conflicts = flux-bin
replaces = flux-cli
- source = flux-go-0.7.6.tar.gz::https://github.com/fluxcd/flux2/archive/v0.7.6.tar.gz
+ source = flux-go-0.7.7.tar.gz::https://github.com/fluxcd/flux2/archive/v0.7.7.tar.gz
pkgname = flux-go
diff --git a/PKGBUILD b/PKGBUILD
index d006f0dbc7b6..ccc8d6ae239a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Hidde Beydals <hello@hidde.co>
pkgname=flux-go
-pkgver=0.7.6
+pkgver=0.7.7
pkgrel=1
pkgdesc="Open and extensible continuous delivery solution for Kubernetes"
url="https://fluxcd.io/"
@@ -18,7 +18,7 @@ source=(
"$pkgname-$pkgver.tar.gz::https://github.com/fluxcd/flux2/archive/v$pkgver.tar.gz"
)
sha256sums=(
- 7be3c97515a48a109deebefd1bc6aac40a5520bbf20cdebe3ce916052bce0d3a
+ 9b0f193f818fdb5accbc7c50aa58da7b033e31d17665122228a9d913d55a75ca
)
build() {