summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Weald2021-11-25 06:20:04 +0000
committerSimon Weald2021-11-25 06:20:04 +0000
commit7248ab2563e0a94699ea0130adca7d3db9836812 (patch)
treee0893cf228f98617529169e65e07b9a81fbe71c8
parent7a6e7aaebb7885a8cd8ef1de7acfdf1adeb1ef3e (diff)
downloadaur-7248ab2563e0a94699ea0130adca7d3db9836812.tar.gz
bump to 1.24.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e57d227ebb58..a6ecf41fee56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = fluxctl-bin
pkgdesc = CLI client for Flux, the GitOps Kubernetes operator
- pkgver = 1.24.2
+ pkgver = 1.24.3
pkgrel = 1
url = https://github.com/fluxcd/flux
arch = x86_64
license = apache
- source = fluxctl_linux_amd64-1.24.2::https://github.com/fluxcd/flux/releases/download/1.24.2/fluxctl_linux_amd64
- sha256sums = 6dd2f58164ec6f303ae812fd69f3bf7e84d3e21a7418ddf6089044b0333f1539
+ source = fluxctl_linux_amd64-1.24.3::https://github.com/fluxcd/flux/releases/download/1.24.3/fluxctl_linux_amd64
+ sha256sums = 0062e85339b65bf7db74b27b862ec000949e7abb7954b11f34367e0eff9c1ea8
pkgname = fluxctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8c28cb052f8a..6ffb05f8dffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fluxctl-bin
pkgdesc="CLI client for Flux, the GitOps Kubernetes operator"
-pkgver=1.24.2
+pkgver=1.24.3
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=('6dd2f58164ec6f303ae812fd69f3bf7e84d3e21a7418ddf6089044b0333f1539')
+sha256sums=('0062e85339b65bf7db74b27b862ec000949e7abb7954b11f34367e0eff9c1ea8')
package() {
install -Dm 755 "${srcdir}/${_binary}-${pkgver}" "${pkgdir}/usr/bin/${_srcname}"