summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd58b018cbe7..cfd5d9b3498c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.7.2
+pkgver=4.7.4
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.7.2/mqtt-cli-4.7.2.deb')
-md5sums=('26307625c11b816445182359c69c4b0b')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.7.4/mqtt-cli-4.7.4.deb')
+md5sums=('1fdb29169d91e0d6034a7ab17ba20be0')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"