summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eedd1924aa13..7728c414af73 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 = 2
+ pkgrel = 3
url = https://fluxcd.io/
arch = x86_64
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index cf2148e55328..2560ad9c7543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=flux-go
pkgver=0.4.2
-pkgrel=2
+pkgrel=3
pkgdesc="Open and extensible continuous delivery solution for Kubernetes"
url="https://fluxcd.io/"
arch=("x86_64" "armv6h" "armv7h" "aarch64")
@@ -17,7 +17,7 @@ optdepends=("kubectl")
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/fluxcd/flux2/archive/v$pkgver.tar.gz"
)
-sha512sums=(
+sha256sums=(
e7cda6633e2ff8189ee2a4801e4af60337e16a84a74ea5ed1145a73d79860844
)