summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2022-02-01 16:13:03 +0100
committerRuben Gees2022-02-01 16:13:03 +0100
commit6eeaed2d8e14c71d0fd5db023c724105a62c9e39 (patch)
tree3bdf52f91b68c199cda15c78eda02d8db68c8d4c
parenta1fd39da45ef5b2238edae4697ad9cf25dd3e881 (diff)
downloadaur-6eeaed2d8e14c71d0fd5db023c724105a62c9e39.tar.gz
Update to 4.7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b5733b12c23..b4b6cefa9c5b 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.7.2
+ pkgver = 4.7.4
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.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
pkgname = mqtt-cli-bin
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}"