summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2021-04-12 23:06:08 +0200
committerRuben Gees2021-04-12 23:06:08 +0200
commit9da0608d8758ec6e56715be7f95d089fd35df026 (patch)
tree0f86723bfff8685f95c7c76747c250f429bb80a0
parentec5077dbf271d4fac0bffc822e4c16cfa109d6b3 (diff)
downloadaur-9da0608d8758ec6e56715be7f95d089fd35df026.tar.gz
Update to 4.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f95a8aa41690..09103a593d1c 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.5.0
+ pkgver = 4.5.2
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.5.0/mqtt-cli-4.5.0.deb
- md5sums = 9f5e9325b8e7b831100a1e285eb2eca7
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.5.2/mqtt-cli-4.5.2.deb
+ md5sums = 4511ff76acef4f998d425a6cfe172103
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index ffe3f235f3cc..cb3d9d610430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.5.0
+pkgver=4.5.2
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.5.0/mqtt-cli-4.5.0.deb')
-md5sums=('9f5e9325b8e7b831100a1e285eb2eca7')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.5.2/mqtt-cli-4.5.2.deb')
+md5sums=('4511ff76acef4f998d425a6cfe172103')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"