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