summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Gees2021-04-27 12:24:28 +0200
committerRuben Gees2021-04-27 12:24:28 +0200
commitb50b02066f97df57e42ccb4996b25d177b63c0b2 (patch)
treea967f9dc56b26c393c55542d39bcddf8ec7ee057
parent81f095ec3e30d831c32477f5f5d5e47b7e237465 (diff)
downloadaur-b50b02066f97df57e42ccb4996b25d177b63c0b2.tar.gz
Fix md5sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a55ef4fcd5d8..699aa5e9f2a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mqtt-cli-bin
pkgdesc = MQTT 5.0 and 3.1.1 compatible and feature-rich MQTT Command Line Interface.
pkgver = 4.6.0
- pkgrel = 1
+ pkgrel = 2
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.6.0/mqtt-cli-4.6.0.deb
- md5sums = 4.6.0
+ md5sums = b5ad36a9a56640d09eb34153a225bafa
pkgname = mqtt-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index ea1a535dde8e..138671248ff5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=mqtt-cli-bin
pkgver=4.6.0
-pkgrel=1
+pkgrel=2
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.6.0/mqtt-cli-4.6.0.deb')
-md5sums=('4.6.0')
+md5sums=('b5ad36a9a56640d09eb34153a225bafa')
package() {
tar -zxf data.tar.gz -C "${pkgdir}"