summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2021-01-15 13:03:47 +0100
committerRuben Gees2021-01-15 13:03:47 +0100
commitec5077dbf271d4fac0bffc822e4c16cfa109d6b3 (patch)
tree73431b79d94b79f6d924723371471ebf35a63381
parent155efb2301e7ea70271dfebb02d1992a5a9cebb3 (diff)
downloadaur-ec5077dbf271d4fac0bffc822e4c16cfa109d6b3.tar.gz
Update to 4.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d3db2b3c0f2..f95a8aa41690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mqtt-cli-bin
pkgdesc = MQTT 5.0 and 3.1.1 compatible and feature-rich MQTT Command Line Interface.
- pkgver = 4.4.4
+ pkgver = 4.5.0
pkgrel = 1
url = https://hivemq.github.io/mqtt-cli
arch = x86_64
license = Apache
depends = bash
depends = java-runtime>=1.8
- source = https://github.com/hivemq/mqtt-cli/releases/download/v4.4.4/mqtt-cli-4.4.4.deb
- md5sums = 0df398035f950d12dccdb3baf99caaf2
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.5.0/mqtt-cli-4.5.0.deb
+ md5sums = 9f5e9325b8e7b831100a1e285eb2eca7
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 859b34b2481e..ffe3f235f3cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.4.4
+pkgver=4.5.0
pkgrel=1
pkgdesc="MQTT 5.0 and 3.1.1 compatible and feature-rich MQTT Command Line Interface."
arch=('x86_64')
url="https://hivemq.github.io/mqtt-cli"
license=('Apache')
depends=('bash' 'java-runtime>=1.8')
-source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.4.4/mqtt-cli-4.4.4.deb')
-md5sums=('0df398035f950d12dccdb3baf99caaf2')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.5.0/mqtt-cli-4.5.0.deb')
+md5sums=('9f5e9325b8e7b831100a1e285eb2eca7')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"