changeset 11:0a6c68df48bd

lightsd 1.1.0: syslog support, fixes
author Louis Opter <kalessin@kalessin.fr>
date Sun, 08 Nov 2015 01:08:58 -0800
parents 08ffd057ce2e
children 15840f91e4bf
files lightsd.rb
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lightsd.rb	Sat Sep 19 01:19:13 2015 -0700
+++ b/lightsd.rb	Sun Nov 08 01:08:58 2015 -0800
@@ -3,13 +3,13 @@
 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.1.tar.gz"
-  sha256 "4a97480bb41ff130798e7250cb1f157e702e82ef1c503b6b8a4dfbe19f427a82"
+  url "https://github.com/lopter/lightsd/archive/1.1.0.tar.gz"
+  sha256 "20027edfea1e197028132646aac4549a808216e2cbeaeae5ae0ec80684c12ef8"
   revision 1
 
   depends_on "cmake" => :build
   depends_on "libevent" => :build
-  depends_on "python" => :optional
+  depends_on "python3" => :optional
 
   def install
     args = std_cmake_args
@@ -45,7 +45,6 @@
         <key>ProgramArguments</key>
         <array>
           <string>#{opt_bin}/lightsd</string>
-          <string>-f</string>
           <string>-v</string>
           <string>warning</string>
           <string>-s</string>
@@ -70,7 +69,7 @@
     Once you've started lightsd with launchctl load (see below), you can start
     poking around with lightsc.py:
 
-      `lightsd --prefix`/share/doc/lightsd/examples/lightsc.py
+      `lightsd --prefix`/share/lightsd/examples/lightsc.py
     EOS
   end
 
@@ -80,7 +79,7 @@
 
   devel do
     url "file:///Users/louis/projs/lightsd", :using => :hg
-    version "1.0"
+    version "1.1.0"
   end
 
   test do