summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2023-02-07 11:49:45 +0100
committerRuben Gees2023-02-07 11:49:45 +0100
commitb62f82cfb127b8a7ed0bd5c3b7351fd12b3541af (patch)
treec61bd32fdea1074adfd63b8f04cb289c9a85f1f2
parent4dad6ff381aa855a44af2e99714c9bd0f9eb9a45 (diff)
downloadaur-b62f82cfb127b8a7ed0bd5c3b7351fd12b3541af.tar.gz
Update to 4.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0f3a7314449..e16556eb6d7c 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.9.1
+ pkgver = 4.12.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.9.1/mqtt-cli-4.9.1.deb
- md5sums = cf04da01cc52ea01d8643915b3ca0780
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.12.0/mqtt-cli-4.12.0.deb
+ md5sums = c94d53608d667b9d21708846863d5ce1
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index b2f64b1785b6..c2f677908ff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.9.1
+pkgver=4.12.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.9.1/mqtt-cli-4.9.1.deb')
-md5sums=('cf04da01cc52ea01d8643915b3ca0780')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.12.0/mqtt-cli-4.12.0.deb')
+md5sums=('c94d53608d667b9d21708846863d5ce1')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"