summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 129684888f71..5f070040e470 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.26.0
+ pkgver = 4.28.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.26.0/mqtt-cli-4.26.0.deb
- md5sums = f45168e847e24bbe821ad9ad76dcf8dd
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.28.0/mqtt-cli-4.28.0.deb
+ md5sums = bc85aa2a453d2857463db23ea129e27a
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index f5431e04243b..420ea99d2e22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.26.0
+pkgver=4.28.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.26.0/mqtt-cli-4.26.0.deb')
-md5sums=('f45168e847e24bbe821ad9ad76dcf8dd')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.28.0/mqtt-cli-4.28.0.deb')
+md5sums=('bc85aa2a453d2857463db23ea129e27a')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"