summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2024-02-27 13:16:49 +0100
committerRuben Gees2024-02-27 13:16:49 +0100
commit60c23fc891d37939918cff38e80a5139c540f492 (patch)
tree8276041934ad333bfbfb081c61f09e20f84d5c78
parent864a0e0bf22afde472e209112d89a49cb6354332 (diff)
downloadaur-60c23fc891d37939918cff38e80a5139c540f492.tar.gz
Update to 4.26.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91ed38180e8b..129684888f71 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.23.0
+ pkgver = 4.26.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.23.0/mqtt-cli-4.23.0.deb
- md5sums = 012f5215354d817438fbaf872d1c2d83
+ source = https://github.com/hivemq/mqtt-cli/releases/download/v4.26.0/mqtt-cli-4.26.0.deb
+ md5sums = f45168e847e24bbe821ad9ad76dcf8dd
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index b5836e929977..f5431e04243b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ruben Gees <rubengees7@gmail.com>
pkgname=mqtt-cli-bin
-pkgver=4.23.0
+pkgver=4.26.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.23.0/mqtt-cli-4.23.0.deb')
-md5sums=('012f5215354d817438fbaf872d1c2d83')
+source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.26.0/mqtt-cli-4.26.0.deb')
+md5sums=('f45168e847e24bbe821ad9ad76dcf8dd')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"