changeset 10:08ffd057ce2e

lightsd 1.0.1: mostly fixes for other platforms checkout the changelog in the docs
author Louis Opter <kalessin@kalessin.fr>
date Sat, 19 Sep 2015 01:19:13 -0700
parents f8a2413f1fbe
children 0a6c68df48bd
files lightsd.rb
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lightsd.rb	Thu Sep 17 01:49:43 2015 -0700
+++ b/lightsd.rb	Sat Sep 19 01:19:13 2015 -0700
@@ -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.0.0.tar.gz"
-  sha256 "b529175887e1916db5eb1922ab16f7865f518b6dc0a681d0ce28db6de3a62909"
+  url "https://github.com/lopter/lightsd/archive/1.0.1.tar.gz"
+  sha256 "4a97480bb41ff130798e7250cb1f157e702e82ef1c503b6b8a4dfbe19f427a82"
   revision 1
 
   depends_on "cmake" => :build