summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiorgio Gilestro2018-09-30 16:26:21 +0100
committerGiorgio Gilestro2018-09-30 16:26:21 +0100
commit722a14808faff670178fe3c6d2a02b398aa4165a (patch)
tree3fd4b6d144445acb40f91189dd1e0adb1a2e44b4
parentf327c6dfe4ce66051d24e7117b55fac09ba91423 (diff)
downloadaur-722a14808faff670178fe3c6d2a02b398aa4165a.tar.gz
Upgrading to 5.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19716e0176dd..c43726df6379 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ha-bridge
pkgdesc = Home automation bridge that emulates a Philips Hue light system and can control other systems such as a Vera, Harmony Hub, Nest, MiLight bulbs or any other system that has an http/https/tcp/udp interface.
- pkgver = 4.5.0
- pkgrel = 2
+ pkgver = 5.2.1
+ pkgrel = 1
url = https://github.com/bwssytems/ha-bridge
arch = any
license = GPL
depends = java-runtime=8
- noextract = ha-bridge-4.5.0.jar
- source = https://github.com/bwssytems/ha-bridge/releases/download/v4.5.0/ha-bridge-4.5.0.jar
+ noextract = ha-bridge-5.2.1.jar
+ source = https://github.com/bwssytems/ha-bridge/releases/download/v5.2.1/ha-bridge-5.2.1.jar
source = habridge.service
- md5sums = 8a044c4c9371759d6a16212e95f4730c
+ md5sums = 81869567691ee2ad1305747a6a699c75
md5sums = 885be2dc166f43335083c919ee798ecc
pkgname = ha-bridge
diff --git a/PKGBUILD b/PKGBUILD
index c257c885254c..10ff3a64bf02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Giorgio Gilestro <giorgio@gilest.ro>
pkgname=ha-bridge
-pkgver=4.5.0
-pkgrel=2
+pkgver=5.2.1
+pkgrel=1
pkgdesc='Home automation bridge that emulates a Philips Hue light system and can control other systems such as a Vera, Harmony Hub, Nest, MiLight bulbs or any other system that has an http/https/tcp/udp interface.'
arch=('any')
url='https://github.com/bwssytems/ha-bridge'
@@ -12,7 +12,7 @@ noextract=("$pkgname-$pkgver.jar")
source=("https://github.com/bwssytems/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.jar"
"habridge.service"
)
-md5sums=('8a044c4c9371759d6a16212e95f4730c'
+md5sums=('81869567691ee2ad1305747a6a699c75'
'885be2dc166f43335083c919ee798ecc'
)