summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2023-06-06 13:27:36 +0200
committerRuben Gees2023-06-06 13:27:36 +0200
commit1b1f75fd721917bc17aad6d1a7547824373edbf4 (patch)
tree7db1dced5f3db1f143162049f2408ab5308f0a87
parentb62f82cfb127b8a7ed0bd5c3b7351fd12b3541af (diff)
downloadaur-1b1f75fd721917bc17aad6d1a7547824373edbf4.tar.gz
Update to 4.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e16556eb6d7c..406d50b0835b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mqtt-cli-bin
pkgdesc = MQTT 5.0 and 3.1.1 compatible and feature-rich MQTT Command Line Interface.
- pkgver = 4.12.0
+ pkgver = 4.16.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.12.0/mqtt-cli-4.12.0.deb
- md5sums = c94d53608d667b9d21708846863d5ce1
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.16.0/mqtt-cli-4.16.0.deb
+ md5sums = d644b5fe752ec910452a2f94487716b7
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index c2f677908ff0..ad9784c9967f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.12.0
+pkgver=4.16.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.12.0/mqtt-cli-4.12.0.deb')
-md5sums=('c94d53608d667b9d21708846863d5ce1')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.16.0/mqtt-cli-4.16.0.deb')
+md5sums=('d644b5fe752ec910452a2f94487716b7')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"