changeset 6:6a6d152c3d75

lightsd 0.9.4: more fixes and more documentation
author Louis Opter <kalessin@kalessin.fr>
date Wed, 16 Sep 2015 02:14:34 -0700
parents 520fe381a4f5
children b4171cdf1376
files .SRCINFO PKGBUILD
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/.SRCINFO	Mon Sep 14 01:46:52 2015 -0700
+++ b/.SRCINFO	Wed Sep 16 02:14:34 2015 -0700
@@ -1,6 +1,6 @@
 pkgbase = lightsd
 	pkgdesc = Daemon to control your LIFX smart bulbs via a JSON-RPC API
-	pkgver = 0.9.3
+	pkgver = 0.9.4
 	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/0.9.3.tar.gz
-	sha256sums = b66e5663c0c1f563656f0f070b151a7d14622719c9029253d573b8db787d0da6
+	source = https://github.com/lopter/lightsd/archive/0.9.4.tar.gz
+	sha256sums = c48459a4ae5ef1184dd79a9152f573117870bc75b8ec72335bee0504309dd6c1
 
 pkgname = lightsd
 
--- a/PKGBUILD	Mon Sep 14 01:46:52 2015 -0700
+++ b/PKGBUILD	Wed Sep 16 02:14:34 2015 -0700
@@ -1,7 +1,7 @@
 # Maintainer: Louis Opter <kalessin@kalessin.fr>
 
 pkgname=lightsd
-pkgver=0.9.3
+pkgver=0.9.4
 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=("b66e5663c0c1f563656f0f070b151a7d14622719c9029253d573b8db787d0da6")
+sha256sums=("c48459a4ae5ef1184dd79a9152f573117870bc75b8ec72335bee0504309dd6c1")
 #source=("src/${pkgname}-${pkgver}::hg+file:///home/kal/projs/lightsd")
 #sha256sums="SKIP"
 install=lightsd.install