# HG changeset patch # User Louis Opter # Date 1446973738 28800 # Node ID 0a6c68df48bdb8ff49ca9286dd2e61969c71d95e # Parent 08ffd057ce2ee0f71bc1007abd51d1c1cc532014 lightsd 1.1.0: syslog support, fixes diff -r 08ffd057ce2e -r 0a6c68df48bd lightsd.rb --- 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 @@ ProgramArguments #{opt_bin}/lightsd - -f -v warning -s @@ -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