summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2020-09-08 13:42:31 +0200
committerRuben Gees2020-09-08 13:42:31 +0200
commite192fd52fbaed15fe909e0333943de7a4e82b192 (patch)
tree7fec352f599338aa8aaaaa84217812ad4dab5b88
parent522bc07d37d379f6e961b8cb93f38d34eac6a6a0 (diff)
downloadaur-e192fd52fbaed15fe909e0333943de7a4e82b192.tar.gz
Update to 4.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4c5d23586e6..bf3283d4e06f 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.0
+ pkgver = 4.4.1
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.0/mqtt-cli-4.4.0.deb
- md5sums = 6dd0e04497ffabc224cd6b45f931849c
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.4.1/mqtt-cli-4.4.1.deb
+ md5sums = fba780eaead2a01da1219e337daa27ed
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 13f3f4806b7b..a474be2129cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.4.0
+pkgver=4.4.1
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.0/mqtt-cli-4.4.0.deb')
-md5sums=('6dd0e04497ffabc224cd6b45f931849c')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.4.1/mqtt-cli-4.4.1.deb')
+md5sums=('fba780eaead2a01da1219e337daa27ed')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"