changeset 5:520fe381a4f5

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