summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 000302c4fb69..2db54390ddf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fluxctl-bin
pkgdesc="CLI client for Flux, the GitOps Kubernetes operator"
-pkgver=1.23.2
+pkgver=1.24.0
pkgrel=1
arch=('x86_64')
url="https://github.com/fluxcd/flux"
@@ -10,7 +10,7 @@ license=('apache')
_binary=fluxctl_linux_amd64
_srcname=fluxctl
source=("$_binary-$pkgver::https://github.com/fluxcd/flux/releases/download/$pkgver/$_binary")
-sha256sums=('771dc4f6ba976464618b6f1b39243b751fc33d66e0a41067660166e60fe20604')
+sha256sums=('0f76b6851e7a6f97f35909887c7109a2e8e1bedc90b06775cd60775207c84ae7')
package() {
install -Dm 755 "${srcdir}/${_binary}-${pkgver}" "${pkgdir}/usr/bin/${_srcname}"