summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2020-11-19 12:57:05 +0100
committerRuben Gees2020-11-19 12:57:05 +0100
commit0da12114d0fef89e4503103a32086c19895106be (patch)
tree23ff1f394e1fcc1c145cdccfdf2f3028dbc6e4f6
parente192fd52fbaed15fe909e0333943de7a4e82b192 (diff)
downloadaur-0da12114d0fef89e4503103a32086c19895106be.tar.gz
Update to 4.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf3283d4e06f..defd31417ee1 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.1
+ pkgver = 4.4.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.4.1/mqtt-cli-4.4.1.deb
- md5sums = fba780eaead2a01da1219e337daa27ed
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.4.3/mqtt-cli-4.4.3.deb
+ md5sums = 23695dc62b321a870366155f1ee90015
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index a474be2129cc..08cb753ca716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.4.1
+pkgver=4.4.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.4.1/mqtt-cli-4.4.1.deb')
-md5sums=('fba780eaead2a01da1219e337daa27ed')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.4.3/mqtt-cli-4.4.3.deb')
+md5sums=('23695dc62b321a870366155f1ee90015')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"