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