diff options
author | Simon Weald | 2019-04-26 14:53:22 +0100 |
---|---|---|
committer | Simon Weald | 2019-04-26 14:53:22 +0100 |
commit | f74dbdd10da7995790b6cfda29760ac7b8f279b5 (patch) | |
tree | 775455c3cd9ec3d068bc8eda16689ee40718642d | |
parent | 3e6d2344f48c4f97a0de261c41c56cae51a1e5ce (diff) | |
download | aur-f74dbdd10da7995790b6cfda29760ac7b8f279b5.tar.gz |
bumped to 1.12.1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,14 +1,14 @@ # Generated by mksrcinfo v8 -# Sun Apr 14 08:24:46 UTC 2019 +# Fri Apr 26 13:52:36 UTC 2019 pkgbase = fluxctl-bin pkgdesc = CLI client for Flux, the GitOps Kubernetes operator - pkgver = 1.12.0 + pkgver = 1.12.1 pkgrel = 1 url = https://github.com/weaveworks/flux arch = x86_64 license = apache - source = fluxctl_linux_amd64-1.12.0::https://github.com/weaveworks/flux/releases/download/1.12.0/fluxctl_linux_amd64 - sha256sums = 369b4d3d92a20894d1164b65143e290277f4d409dfaeaa1b8288ee4bfdfbec21 + source = fluxctl_linux_amd64-1.12.1::https://github.com/weaveworks/flux/releases/download/1.12.1/fluxctl_linux_amd64 + sha256sums = 364e0a94977ee8ab56b966b01b31513af827f87f80b247f109de793ad4da935d pkgname = fluxctl-bin @@ -2,14 +2,14 @@ pkgname=fluxctl-bin pkgdesc="CLI client for Flux, the GitOps Kubernetes operator" -pkgver=1.12.0 +pkgver=1.12.1 pkgrel=1 arch=('x86_64') url="https://github.com/weaveworks/flux" license=('apache') _binary=fluxctl_linux_amd64 source=("$_binary-$pkgver::https://github.com/weaveworks/flux/releases/download/$pkgver/$_binary") -sha256sums=('369b4d3d92a20894d1164b65143e290277f4d409dfaeaa1b8288ee4bfdfbec21') +sha256sums=('364e0a94977ee8ab56b966b01b31513af827f87f80b247f109de793ad4da935d') package() { install -Dm 755 "$srcdir/$_binary-$pkgver" "$pkgdir/usr/bin/fluxctl" |