# HG changeset patch # User Buildbot # Date 1467525692 0 # Node ID d2063f0d66a9bed873a9f181276dc5014df23f31 # Parent b3a1d8f53e72851bdcc45bc7d73ca786d28de31b New upstream release 1.2.0-rc.3 diff -r b3a1d8f53e72 -r d2063f0d66a9 lightsd.rb --- a/lightsd.rb Sun Jun 26 17:56:22 2016 +0000 +++ b/lightsd.rb Sun Jul 03 06:01:32 2016 +0000 @@ -3,8 +3,10 @@ class Lightsd < Formula desc "Daemon to control your LIFX wifi smart bulbs" homepage "https://github.com/lopter/lightsd/" - url "https://downloads.lightsd.io/releases/lightsd-1.2.0-rc.2.tar.gz" - sha256 "aecd8062cb7a1e8bd97db8d4319c446eb07b27bf3be35fae89eae12ef3fecc2e" + url "https://downloads.lightsd.io/releases/lightsd-1.2.0-rc.3.tar.gz" + sha256 "996e7d39a51aa9227d2ec3da186c7ebef5b604ecd50f06255a7e424b837979da" + # This will have ~ instead of - for rc versions: + version "1.2.0~rc.3 revision 1 depends_on "cmake" => :build @@ -22,7 +24,7 @@ # proper release flags: cflags = %W[ -fstack-protector-strong - --param=ssp-buffer-size=4 + -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG ] @@ -69,8 +71,9 @@ end def caveats; <<-EOS.undent - Once you've started lightsd with launchctl load (see below), you can start - poking around with lightsc.py: + Once you've started lightsd (see the brew services command below, if you're + using tmux, remember that you will need to run it outside tmux), you can + start poking around with lightsc.py: `lightsd --prefix`/share/lightsd/examples/lightsc.py EOS