summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Weald2020-04-03 10:49:25 +0100
committerSimon Weald2020-04-03 10:49:25 +0100
commit5462a66ffc7f933b5046b3ac41a6fbf4621a8930 (patch)
tree54fbf692719396a95b8a63f4d6d96942a2040991
parentb818ee1b736dc901664e33742ef8db0210532c4c (diff)
downloadaur-5462a66ffc7f933b5046b3ac41a6fbf4621a8930.tar.gz
bump to v1.19.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9505efe9e5c1..9b8f2da9bd1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fluxctl-bin
pkgdesc = CLI client for Flux, the GitOps Kubernetes operator
- pkgver = 1.18.0
+ pkgver = 1.19.0
pkgrel = 1
url = https://github.com/fluxcd/flux
arch = x86_64
license = apache
- source = fluxctl_linux_amd64-1.18.0::https://github.com/fluxcd/flux/releases/download/1.18.0/fluxctl_linux_amd64
- sha256sums = 0d2cc4bb529b3c1cc48f93ea3f3ab08bf25b706e3c55bcfcc1210d770dd2613b
+ source = fluxctl_linux_amd64-1.19.0::https://github.com/fluxcd/flux/releases/download/1.19.0/fluxctl_linux_amd64
+ sha256sums = 0e5855ec75eb64340967ea893127a794f0473509c123c16fb251cc6410cfcb7f
pkgname = fluxctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index a56ab30b8f78..ec8763182415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fluxctl-bin
pkgdesc="CLI client for Flux, the GitOps Kubernetes operator"
-pkgver=1.18.0
+pkgver=1.19.0
pkgrel=1
arch=('x86_64')
url="https://github.com/fluxcd/flux"
license=('apache')
_binary=fluxctl_linux_amd64
source=("$_binary-$pkgver::https://github.com/fluxcd/flux/releases/download/$pkgver/$_binary")
-sha256sums=('0d2cc4bb529b3c1cc48f93ea3f3ab08bf25b706e3c55bcfcc1210d770dd2613b')
+sha256sums=('0e5855ec75eb64340967ea893127a794f0473509c123c16fb251cc6410cfcb7f')
package() {
install -Dm 755 "$srcdir/$_binary-$pkgver" "$pkgdir/usr/bin/fluxctl"