summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5317c14cd5aa..8fbb3be09fea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flux-go
pkgdesc = Open and extensible continuous delivery solution for Kubernetes
- pkgver = 0.5.7
+ pkgver = 0.5.8
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.5.7.tar.gz::https://github.com/fluxcd/flux2/archive/v0.5.7.tar.gz
+ source = flux-go-0.5.8.tar.gz::https://github.com/fluxcd/flux2/archive/v0.5.8.tar.gz
pkgname = flux-go
diff --git a/PKGBUILD b/PKGBUILD
index 254568bd45ca..4e23ab948e5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Hidde Beydals <hello@hidde.co>
pkgname=flux-go
-pkgver=0.5.7
+pkgver=0.5.8
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=(
- 3cb106f45d678ff9b6b4469293d106e776b05cc013ba665745a2448f3c566b10
+ 7408d3eb7686d8677b51d4fd739aa3f87015bc26fb376ca87324d5f7751ca3e0
)
build() {