changeset 10:bcdbc4904d8b

lightsd 1.1.0
author Louis Opter <kalessin@kalessin.fr>
date Sun, 08 Nov 2015 01:02:48 -0800
parents f7686ab274b2
children 549dc23b654a
files .SRCINFO PKGBUILD
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/.SRCINFO	Sat Sep 19 01:16:10 2015 -0700
+++ b/.SRCINFO	Sun Nov 08 01:02:48 2015 -0800
@@ -1,6 +1,6 @@
 pkgbase = lightsd
 	pkgdesc = Daemon to control your LIFX smart bulbs via a JSON-RPC API
-	pkgver = 1.0.1
+	pkgver = 1.1.0
 	pkgrel = 1
 	epoch = 1
 	url = https://www.github.com/lopter/lightsd/
@@ -12,8 +12,8 @@
 	depends = libevent>=2.0.19
 	optdepends = python: to run the interactive lightsc.py example client
 	optdepends = ipython: makes lightsc.py more user-friendly
-	source = https://github.com/lopter/lightsd/archive/1.0.1.tar.gz
-	sha256sums = 4a97480bb41ff130798e7250cb1f157e702e82ef1c503b6b8a4dfbe19f427a82
+	source = https://github.com/lopter/lightsd/archive/1.1.0.tar.gz
+	sha256sums = 20027edfea1e197028132646aac4549a808216e2cbeaeae5ae0ec80684c12ef8
 
 pkgname = lightsd
 
--- a/PKGBUILD	Sat Sep 19 01:16:10 2015 -0700
+++ b/PKGBUILD	Sun Nov 08 01:02:48 2015 -0800
@@ -1,7 +1,7 @@
 # Maintainer: Louis Opter <kalessin@kalessin.fr>
 
 pkgname=lightsd
-pkgver=1.0.1
+pkgver=1.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Daemon to control your LIFX smart bulbs via a JSON-RPC API"
@@ -15,7 +15,7 @@
 )
 makedepends=("cmake>=2.8.11")
 source=("https://github.com/lopter/lightsd/archive/${pkgver}.tar.gz")
-sha256sums=("4a97480bb41ff130798e7250cb1f157e702e82ef1c503b6b8a4dfbe19f427a82")
+sha256sums=("20027edfea1e197028132646aac4549a808216e2cbeaeae5ae0ec80684c12ef8")
 #source=("src/${pkgname}-${pkgver}::hg+file:///home/kal/projs/lightsd")
 #sha256sums="SKIP"
 install=lightsd.install