summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Schreiner2022-12-12 15:22:20 +0100
committerUlrich Schreiner2022-12-12 15:22:20 +0100
commitd8f948e572595ae7ec8960264c755ae8edce125c (patch)
treee42617f4d9e2209cc2281835215b14e32698b140
parentc887252939aa03529a57697ab8cca5988dbf4c6f (diff)
downloadaur-d8f948e572595ae7ec8960264c755ae8edce125c.tar.gz
update binary
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c9e050c78f5..90e095846798 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = cloudctl-bin
pkgdesc = A command line tool for FI-TS k8s services
- pkgver = 0.11.3
+ pkgver = 0.11.4
pkgrel = 1
url = https://github.com/fi-ts/cloudctl
arch = x86_64
license = MIT
provides = cloudctl
- source = cloudctl-linux-0.11.3-1::https://github.com/fi-ts/cloudctl/releases/download/v0.11.3/cloudctl-linux-amd64
- md5sums = 9263089bfed4ce9d533820c35b018db3
+ source = cloudctl-linux-0.11.4-1::https://github.com/fi-ts/cloudctl/releases/download/v0.11.4/cloudctl-linux-amd64
+ md5sums = 4e80e35405547e8dd79b86a20ce0cc49
pkgname = cloudctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index cbae00447973..f84e7a3a6b2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ulrich Schreiner <ulrich.schreiner@gmail.com>
pkgname=cloudctl-bin
-pkgver=0.11.3
+pkgver=0.11.4
pkgrel=1
pkgdesc='A command line tool for FI-TS k8s services'
url='https://github.com/fi-ts/cloudctl'
@@ -9,7 +9,7 @@ license=('MIT')
arch=('x86_64')
provides=('cloudctl')
source=("cloudctl-linux-$pkgver-$pkgrel::https://github.com/fi-ts/cloudctl/releases/download/v$pkgver/cloudctl-linux-amd64")
-md5sums=('9263089bfed4ce9d533820c35b018db3')
+md5sums=('4e80e35405547e8dd79b86a20ce0cc49')
package() {
install -Dm 755 "$srcdir/cloudctl-linux-$pkgver-$pkgrel" "$pkgdir/usr/bin/cloudctl"