changeset 21:34e2406d0964

New upstream release 1.2.1-rc.2
author buildbot@srv-seaquake.kalessin.fr
date Sun, 12 Feb 2017 22:31:10 +0000
parents 80e93e32b4bc
children 23eaae00e41e
files lightsd.rb
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lightsd.rb	Sun Feb 12 21:57:02 2017 +0000
+++ b/lightsd.rb	Sun Feb 12 22:31:10 2017 +0000
@@ -3,10 +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.1-rc.1.tar.gz"
-  sha256 "ec420247fd3bf28f1c43ce325f97d55dd44bd05eef4b785fe9773ea5bc65fdf9"
+  url "https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.2.tar.gz"
+  sha256 "5ce70f0856dafd9d3e2dd410e6e5095c6784e845bde7313bd8dae109d137641e"
   # This will have ~ instead of - for rc versions:
-  version "1.2.1~rc.1
+  version "1.2.1~rc.2"
   revision 1
 
   depends_on "cmake" => :build
@@ -75,7 +75,7 @@
     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
+      $(lightsd --prefix)/share/lightsd/examples/lightsc.py
     EOS
   end