summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Weald2021-08-05 06:19:34 +0000
committerSimon Weald2021-08-05 06:19:34 +0000
commit6806751fa801b5a6e7466e42edea2c9fa2cd1a7c (patch)
tree6679eaab1868b889a441c9ac68ff0c230d141268
parent67b1d60cfdb95a284b0cb8d69060a39d6fde6804 (diff)
downloadaur-6806751fa801b5a6e7466e42edea2c9fa2cd1a7c.tar.gz
bump to 1.23.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d346a21e7534..e5ade5921054 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = fluxctl-bin
pkgdesc = CLI client for Flux, the GitOps Kubernetes operator
- pkgver = 1.23.1
+ pkgver = 1.23.2
pkgrel = 1
url = https://github.com/fluxcd/flux
arch = x86_64
license = apache
- source = fluxctl_linux_amd64-1.23.1::https://github.com/fluxcd/flux/releases/download/1.23.1/fluxctl_linux_amd64
- sha256sums = 7801988d46023c7b61da55c80836e68b6c26f33054c7e4b2eac292841c94aed2
+ source = fluxctl_linux_amd64-1.23.2::https://github.com/fluxcd/flux/releases/download/1.23.2/fluxctl_linux_amd64
+ sha256sums = 771dc4f6ba976464618b6f1b39243b751fc33d66e0a41067660166e60fe20604
pkgname = fluxctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1a6bcaa269f0..000302c4fb69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fluxctl-bin
pkgdesc="CLI client for Flux, the GitOps Kubernetes operator"
-pkgver=1.23.1
+pkgver=1.23.2
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=('7801988d46023c7b61da55c80836e68b6c26f33054c7e4b2eac292841c94aed2')
+sha256sums=('771dc4f6ba976464618b6f1b39243b751fc33d66e0a41067660166e60fe20604')
package() {
install -Dm 755 "${srcdir}/${_binary}-${pkgver}" "${pkgdir}/usr/bin/${_srcname}"