summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Weald2022-07-28 06:23:02 +0000
committerSimon Weald2022-07-28 06:23:02 +0000
commit1e6e69c026a2a47187189b86c9b0be2bacd39493 (patch)
treebadb82ca1e9370ab76ecb75a6fd95d26f9aaa302
parentb40f87a3a9607c72858f8ddc5cada74d46f1b1a9 (diff)
downloadaur-1e6e69c026a2a47187189b86c9b0be2bacd39493.tar.gz
bump to 1.25.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a578035dbaf..e86e43d04af5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = fluxctl-bin
pkgdesc = CLI client for Flux, the GitOps Kubernetes operator
- pkgver = 1.25.2
+ pkgver = 1.25.3
pkgrel = 1
url = https://github.com/fluxcd/flux
arch = x86_64
license = apache
- source = fluxctl_linux_amd64-1.25.2::https://github.com/fluxcd/flux/releases/download/1.25.2/fluxctl_linux_amd64
- sha256sums = 78187b55ef3eac5b18cb26b097fbfb0c6525259867525388de6523c8af841e99
+ source = fluxctl_linux_amd64-1.25.3::https://github.com/fluxcd/flux/releases/download/1.25.3/fluxctl_linux_amd64
+ sha256sums = 45e33f79dcd7b6894074e316bd120413d60d97742fad6ed43fe6e332158e810d
pkgname = fluxctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index bf3f94b680d1..8e7cbef8c984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fluxctl-bin
pkgdesc="CLI client for Flux, the GitOps Kubernetes operator"
-pkgver=1.25.2
+pkgver=1.25.3
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=('78187b55ef3eac5b18cb26b097fbfb0c6525259867525388de6523c8af841e99')
+sha256sums=('45e33f79dcd7b6894074e316bd120413d60d97742fad6ed43fe6e332158e810d')
package() {
install -Dm 755 "${srcdir}/${_binary}-${pkgver}" "${pkgdir}/usr/bin/${_srcname}"