summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Weald2022-08-31 06:55:40 +0000
committerSimon Weald2022-08-31 06:55:40 +0000
commitf21ef1e4c0cfdd77ae1aba6af45369acc9e87d00 (patch)
tree92bc91163451385aa976795b9d83fd13a169adc6
parent1e6e69c026a2a47187189b86c9b0be2bacd39493 (diff)
downloadaur-f21ef1e4c0cfdd77ae1aba6af45369acc9e87d00.tar.gz
bump to 1.25.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e86e43d04af5..bc2729e58822 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = fluxctl-bin
pkgdesc = CLI client for Flux, the GitOps Kubernetes operator
- pkgver = 1.25.3
+ pkgver = 1.25.4
pkgrel = 1
url = https://github.com/fluxcd/flux
arch = x86_64
license = apache
- source = fluxctl_linux_amd64-1.25.3::https://github.com/fluxcd/flux/releases/download/1.25.3/fluxctl_linux_amd64
- sha256sums = 45e33f79dcd7b6894074e316bd120413d60d97742fad6ed43fe6e332158e810d
+ source = fluxctl_linux_amd64-1.25.4::https://github.com/fluxcd/flux/releases/download/1.25.4/fluxctl_linux_amd64
+ sha256sums = 4ad67f50d76b80e7f2294b3da1699a84955b7201caf549114564baa60e1af103
pkgname = fluxctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8e7cbef8c984..bf06dea2c7ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fluxctl-bin
pkgdesc="CLI client for Flux, the GitOps Kubernetes operator"
-pkgver=1.25.3
+pkgver=1.25.4
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=('45e33f79dcd7b6894074e316bd120413d60d97742fad6ed43fe6e332158e810d')
+sha256sums=('4ad67f50d76b80e7f2294b3da1699a84955b7201caf549114564baa60e1af103')
package() {
install -Dm 755 "${srcdir}/${_binary}-${pkgver}" "${pkgdir}/usr/bin/${_srcname}"