changeset 13:8d42f83a8e0a

lightsd 1.1.2: fix LIFX LAN protocol v2 handling
author Louis Opter <kalessin@kalessin.fr>
date Mon, 30 Nov 2015 02:34:04 -0800
parents 15840f91e4bf
children 2880d3e21ca2
files lightsd.rb
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lightsd.rb	Tue Nov 17 02:31:50 2015 -0800
+++ b/lightsd.rb	Mon Nov 30 02:34:04 2015 -0800
@@ -3,8 +3,8 @@
 class Lightsd < Formula
   desc "Daemon to control your LIFX wifi smart bulbs"
   homepage "https://github.com/lopter/lightsd/"
-  url "https://github.com/lopter/lightsd/archive/1.1.1.tar.gz"
-  sha256 "43e34babcdd3181a1a73fd8a020f3e895793db568b60244a9aab6ed57ac37b41"
+  url "https://github.com/lopter/lightsd/archive/1.1.2.tar.gz"
+  sha256 "ca8ce8fb87b896fcc9dad6b0512c061a150c1138e8a8554b60c43f4d11fce634"
   revision 1
 
   depends_on "cmake" => :build
@@ -82,7 +82,7 @@
 
   devel do
     url "file:///Users/louis/projs/lightsd", :using => :hg
-    version "1.1.1"
+    version "1.1.3"
   end
 
   test do