summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2023-12-06 12:52:58 +0100
committerRuben Gees2023-12-06 12:52:58 +0100
commit864a0e0bf22afde472e209112d89a49cb6354332 (patch)
tree2a1d6ab999227b7be23011f6635795732e16a141
parentab27f4069840b8a92071080440eae61b616c8363 (diff)
downloadaur-864a0e0bf22afde472e209112d89a49cb6354332.tar.gz
Update to 4.23.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48a8da423b26..91ed38180e8b 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.22.0
+ pkgver = 4.23.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.22.0/mqtt-cli-4.22.0.deb
- md5sums = d6e6fa88fbb2aa9893b63404d15c5b3a
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.23.0/mqtt-cli-4.23.0.deb
+ md5sums = 012f5215354d817438fbaf872d1c2d83
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index acece74239ea..b5836e929977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.22.0
+pkgver=4.23.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.22.0/mqtt-cli-4.22.0.deb')
-md5sums=('d6e6fa88fbb2aa9893b63404d15c5b3a')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.23.0/mqtt-cli-4.23.0.deb')
+md5sums=('012f5215354d817438fbaf872d1c2d83')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"