summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Schreiner2021-06-15 10:05:30 +0200
committerUlrich Schreiner2021-06-15 10:05:30 +0200
commit8b5e489f395f9e87a95656b794eb898c3ed6c1ba (patch)
treefd7b5bda51d0c39739a3ce913e0708e08fce7399
parentf8cd9ad21cc613fec67d9fefd9e163600e951e19 (diff)
downloadaur-8b5e489f395f9e87a95656b794eb898c3ed6c1ba.tar.gz
update metalctl
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee143850969a..9f542c65eed6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = metalctl-bin
pkgdesc = A command line tool for metal-stack services
- pkgver = 0.9.5
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/metal-stack/metalctl
arch = x86_64
license = MIT
provides = metalctl
- source = metalctl-0.9.5-1::https://github.com/metal-stack/metalctl/releases/download/v0.9.5/metalctl-linux-amd64
- md5sums = ddbc386cd5db2823e384c4b7f6ddf1d4
+ source = metalctl-0.10.0-1::https://github.com/metal-stack/metalctl/releases/download/v0.10.0/metalctl-linux-amd64
+ md5sums = 87d7672726592f0aee9ffa2ba7a90e1b
pkgname = metalctl-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 6a6ee74911da..b3af2699a5f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ulrich Schreiner <ulrich.schreiner@gmail.com>
pkgname=metalctl-bin
-pkgver=0.9.5
+pkgver=0.10.0
pkgrel=1
pkgdesc='A command line tool for metal-stack services'
url='https://github.com/metal-stack/metalctl'
@@ -9,7 +9,7 @@ license=('MIT')
arch=('x86_64')
provides=('metalctl')
source=("metalctl-$pkgver-$pkgrel::https://github.com/metal-stack/metalctl/releases/download/v$pkgver/metalctl-linux-amd64")
-md5sums=('ddbc386cd5db2823e384c4b7f6ddf1d4')
+md5sums=('87d7672726592f0aee9ffa2ba7a90e1b')
package() {
install -Dm 755 "$srcdir/metalctl-$pkgver-$pkgrel" "$pkgdir/usr/bin/metalctl"