summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7728c414af73..a69e045fa051 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flux-go
pkgdesc = Open and extensible continuous delivery solution for Kubernetes
- pkgver = 0.4.2
- pkgrel = 3
+ pkgver = 0.4.3
+ pkgrel = 1
url = https://fluxcd.io/
arch = x86_64
arch = armv6h
@@ -14,6 +14,6 @@ pkgbase = flux-go
provides = flux-bin
conflicts = flux-bin
replaces = flux-cli
- source = flux-go-0.4.2.tar.gz::https://github.com/fluxcd/flux2/archive/v0.4.2.tar.gz
+ source = flux-go-0.4.3.tar.gz::https://github.com/fluxcd/flux2/archive/v0.4.3.tar.gz
pkgname = flux-go
diff --git a/PKGBUILD b/PKGBUILD
index 2560ad9c7543..92573cda91c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Hidde Beydals <hello@hidde.co>
pkgname=flux-go
-pkgver=0.4.2
-pkgrel=3
+pkgver=0.4.3
+pkgrel=1
pkgdesc="Open and extensible continuous delivery solution for Kubernetes"
url="https://fluxcd.io/"
arch=("x86_64" "armv6h" "armv7h" "aarch64")
@@ -18,7 +18,7 @@ source=(
"$pkgname-$pkgver.tar.gz::https://github.com/fluxcd/flux2/archive/v$pkgver.tar.gz"
)
sha256sums=(
- e7cda6633e2ff8189ee2a4801e4af60337e16a84a74ea5ed1145a73d79860844
+ 69562779bc37e4ecaf1ada4976033c7465c10935f04fbc150b21ec0cc78eaff0
)
build() {