summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Weald2022-05-27 06:24:13 +0000
committerSimon Weald2022-05-27 06:24:13 +0000
commitb40f87a3a9607c72858f8ddc5cada74d46f1b1a9 (patch)
tree8028ecb813bdb38e9b9360a27c84ef9c5356f329
parent6081edfee685e5bc30699818191b200c93be00dd (diff)
downloadaur-b40f87a3a9607c72858f8ddc5cada74d46f1b1a9.tar.gz
bump to 1.25.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84b600af96ea..6a578035dbaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = fluxctl-bin
pkgdesc = CLI client for Flux, the GitOps Kubernetes operator
- pkgver = 1.25.1
+ pkgver = 1.25.2
pkgrel = 1
url = https://github.com/fluxcd/flux
arch = x86_64
license = apache
- source = fluxctl_linux_amd64-1.25.1::https://github.com/fluxcd/flux/releases/download/1.25.1/fluxctl_linux_amd64
- sha256sums = d8c971fac4ab7598216f3907bc0acff0ea927b5a1115f2c234764beb75d64818
+ source = fluxctl_linux_amd64-1.25.2::https://github.com/fluxcd/flux/releases/download/1.25.2/fluxctl_linux_amd64
+ sha256sums = 78187b55ef3eac5b18cb26b097fbfb0c6525259867525388de6523c8af841e99
pkgname = fluxctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0d3489dc8c6f..bf3f94b680d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fluxctl-bin
pkgdesc="CLI client for Flux, the GitOps Kubernetes operator"
-pkgver=1.25.1
+pkgver=1.25.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=('d8c971fac4ab7598216f3907bc0acff0ea927b5a1115f2c234764beb75d64818')
+sha256sums=('78187b55ef3eac5b18cb26b097fbfb0c6525259867525388de6523c8af841e99')
package() {
install -Dm 755 "${srcdir}/${_binary}-${pkgver}" "${pkgdir}/usr/bin/${_srcname}"