summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2022-04-26 12:48:06 +0200
committerRuben Gees2022-04-26 12:48:06 +0200
commitfa1be368d04422d229baa074153c5aa7697eaebf (patch)
treea39183dfee3af7d2ef54b69eb45273289e0725bc
parentb3acf2e0bd11cd5a3d50b1c22e23196fb8a383fe (diff)
downloadaur-fa1be368d04422d229baa074153c5aa7697eaebf.tar.gz
Update to 4.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ef327616247..38681cb76c9a 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.6
+ pkgver = 4.8.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.7.6/mqtt-cli-4.7.6.deb
- md5sums = 68a214838e844df63da804d9b5c3c10c
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.8.0/mqtt-cli-4.8.0.deb
+ md5sums = c9e7681b05cc6a66f3d029fbee828297
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2f0f718c5cdd..5f13e2570ecd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.7.6
+pkgver=4.8.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.7.6/mqtt-cli-4.7.6.deb')
-md5sums=('68a214838e844df63da804d9b5c3c10c')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.8.0/mqtt-cli-4.8.0.deb')
+md5sums=('c9e7681b05cc6a66f3d029fbee828297')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"