summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD8
2 files changed, 15 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8a36f2bc5da..912e18fc2171 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = mqttfx-bin
- pkgdesc = A MQTT Client written in Java based on Eclipse Paho
- pkgver = 1.4.1
- pkgrel = 1
- url = http://mqttfx.org
- arch = x86_64
- license = Apache
- options = !strip
- options = !upx
- source = http://www.jensd.de/apps/mqttfx/1.4.1/mqttfx-1.4.1-64bit.deb
- source = mqttfx.desktop
- md5sums = b17b8339f85c2052cf9447c9caa0149d
- md5sums = 0ce12491a9910a9c889356b04922f0f9
+ pkgdesc = A MQTT Client written in Java based on Eclipse Paho
+ pkgver = 1.5.0
+ pkgrel = 1
+ url = http://mqttfx.org
+ arch = x86_64
+ license = Apache
+ options = !strip
+ options = !upx
+ source = http://www.jensd.de/apps/mqttfx/1.5.0/mqttfx-1.5.0-64bit.deb
+ source = mqttfx.desktop
pkgname = mqttfx-bin
+
diff --git a/PKGBUILD b/PKGBUILD
index 1d495b9cca03..ff007301f274 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Arctic Ice Studio <development@arcticicestudio.com>
pkgname=mqttfx-bin
-pkgver=1.4.1
+pkgver=1.5.0
pkgrel=1
pkgdesc="A MQTT Client written in Java based on Eclipse Paho"
arch=('x86_64')
@@ -10,9 +10,9 @@ options=('!strip' '!upx')
source=(
"http://www.jensd.de/apps/mqttfx/${pkgver}/mqttfx-${pkgver}-64bit.deb"
"mqttfx.desktop")
-md5sums=(
- "b17b8339f85c2052cf9447c9caa0149d"
- "0ce12491a9910a9c889356b04922f0f9"
+sha256sums=(
+ "f350eb74b60b77ac8f2ce258216223f3a0f2aaa27ef55c2d7799a401a42efcca"
+ "7037ab12fe192a62ef745e93a7661d9f5dc40a2ad5b07624201eac04f5ed070c"
)
package() {