summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2022-08-02 14:13:26 +0200
committerRuben Gees2022-08-02 14:13:26 +0200
commit19ab208b5a802378ef94ab37be72675c51caaf07 (patch)
tree906c013a122fd75363253ce428a8c3118b234f5b
parentfa1be368d04422d229baa074153c5aa7697eaebf (diff)
downloadaur-19ab208b5a802378ef94ab37be72675c51caaf07.tar.gz
Update to 4.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38681cb76c9a..1c03079ace88 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.8.0
+ pkgver = 4.8.3
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.8.0/mqtt-cli-4.8.0.deb
- md5sums = c9e7681b05cc6a66f3d029fbee828297
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.8.3/mqtt-cli-4.8.3.deb
+ md5sums = 4a64f25e3b1811af9c293876410b152f
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5f13e2570ecd..87cd018b3f26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.8.0
+pkgver=4.8.3
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.8.0/mqtt-cli-4.8.0.deb')
-md5sums=('c9e7681b05cc6a66f3d029fbee828297')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.8.3/mqtt-cli-4.8.3.deb')
+md5sums=('4a64f25e3b1811af9c293876410b152f')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"