summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2023-10-10 13:42:01 +0200
committerRuben Gees2023-10-10 13:42:01 +0200
commitb110e00ea21692d4804629ba296aa0fddc4932f5 (patch)
tree76e02954f3468ab6ae674e550209ce8deca54084
parentf520dc2aacf38e153370a31ba312613a6d46fae6 (diff)
downloadaur-b110e00ea21692d4804629ba296aa0fddc4932f5.tar.gz
Update to 4.21.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef19a86debb4..7b86154fa896 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.20.0
+ pkgver = 4.21.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.20.0/mqtt-cli-4.20.0.deb
- md5sums = fc4f9e742d5ee88a31dc2496e85ac6a6
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.21.0/mqtt-cli-4.21.0.deb
+ md5sums = f4598d593d97a0ae5e8ae5ede7f6ddf4
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 74c894d21ca5..f910c79f17bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.20.0
+pkgver=4.21.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.20.0/mqtt-cli-4.20.0.deb')
-md5sums=('fc4f9e742d5ee88a31dc2496e85ac6a6')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.21.0/mqtt-cli-4.21.0.deb')
+md5sums=('f4598d593d97a0ae5e8ae5ede7f6ddf4')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"