summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Weald2021-09-10 06:18:50 +0000
committerSimon Weald2021-09-10 06:18:50 +0000
commita3c3362180f9bde7e2b3bdf5d855cde327752ad2 (patch)
tree902e1831371f10972cc913efac9bb2d412075ba5
parentbf8bf78e0d63bbdc7b1dea0ae046ab0acfc84d82 (diff)
downloadaur-a3c3362180f9bde7e2b3bdf5d855cde327752ad2.tar.gz
bump to 1.24.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df57d42ba2a1..77adefdd237f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = fluxctl-bin
pkgdesc = CLI client for Flux, the GitOps Kubernetes operator
- pkgver = 1.24.0
+ pkgver = 1.24.1
pkgrel = 1
url = https://github.com/fluxcd/flux
arch = x86_64
license = apache
- source = fluxctl_linux_amd64-1.24.0::https://github.com/fluxcd/flux/releases/download/1.24.0/fluxctl_linux_amd64
- sha256sums = 0f76b6851e7a6f97f35909887c7109a2e8e1bedc90b06775cd60775207c84ae7
+ source = fluxctl_linux_amd64-1.24.1::https://github.com/fluxcd/flux/releases/download/1.24.1/fluxctl_linux_amd64
+ sha256sums = b440f78c8ae3d002c4cfbea75b9a47619c185f2e782a554ea5058985f3f441a8
pkgname = fluxctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2db54390ddf6..2adbc0d48e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fluxctl-bin
pkgdesc="CLI client for Flux, the GitOps Kubernetes operator"
-pkgver=1.24.0
+pkgver=1.24.1
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=('0f76b6851e7a6f97f35909887c7109a2e8e1bedc90b06775cd60775207c84ae7')
+sha256sums=('b440f78c8ae3d002c4cfbea75b9a47619c185f2e782a554ea5058985f3f441a8')
package() {
install -Dm 755 "${srcdir}/${_binary}-${pkgver}" "${pkgdir}/usr/bin/${_srcname}"