summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2021-04-27 12:23:13 +0200
committerRuben Gees2021-04-27 12:23:13 +0200
commit81f095ec3e30d831c32477f5f5d5e47b7e237465 (patch)
tree62c1fa39772b1b5d1d03569278e2ce06011543fb
parent9da0608d8758ec6e56715be7f95d089fd35df026 (diff)
downloadaur-81f095ec3e30d831c32477f5f5d5e47b7e237465.tar.gz
Update to 4.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09103a593d1c..a55ef4fcd5d8 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.2
+ pkgver = 4.6.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.5.2/mqtt-cli-4.5.2.deb
- md5sums = 4511ff76acef4f998d425a6cfe172103
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.6.0/mqtt-cli-4.6.0.deb
+ md5sums = 4.6.0
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index cb3d9d610430..ea1a535dde8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.5.2
+pkgver=4.6.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.5.2/mqtt-cli-4.5.2.deb')
-md5sums=('4511ff76acef4f998d425a6cfe172103')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.6.0/mqtt-cli-4.6.0.deb')
+md5sums=('4.6.0')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"