summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2021-11-03 12:06:55 +0100
committerRuben Gees2021-11-03 12:06:55 +0100
commita1fd39da45ef5b2238edae4697ad9cf25dd3e881 (patch)
treee5a614fd67d78e4fd50294541c791ead0fcde07c
parent7f5e926f88db38570f3d7bb8c3fccafb24a7657d (diff)
downloadaur-a1fd39da45ef5b2238edae4697ad9cf25dd3e881.tar.gz
Update to 4.7.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0b257b17964..9b5733b12c23 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.0
- pkgrel = 2
+ pkgver = 4.7.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.7.0/mqtt-cli-4.7.0.deb
- md5sums = f5b766924ea41644ac1dc168a64288c9
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.7.2/mqtt-cli-4.7.2.deb
+ md5sums = 26307625c11b816445182359c69c4b0b
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index e5c4a0945dfb..dd58b018cbe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.7.0
-pkgrel=2
+pkgver=4.7.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.7.0/mqtt-cli-4.7.0.deb')
-md5sums=('f5b766924ea41644ac1dc168a64288c9')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.7.2/mqtt-cli-4.7.2.deb')
+md5sums=('26307625c11b816445182359c69c4b0b')
package() {
- tar -zxf data.tar.gz -C "${pkgdir}"
+ tar -zxf data.tar.gz -C "${pkgdir}"
}