changeset 23:c89c836501c8

New upstream release 1.2.1-rc.4
author Buildbot <buildbot@kalessin.fr>
date Sun, 12 Feb 2017 23:43:59 +0000
parents 23eaae00e41e
children dcebb6fa2f84
files lightsd.rb
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lightsd.rb	Sun Feb 12 23:11:40 2017 +0000
+++ b/lightsd.rb	Sun Feb 12 23:43:59 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.3.tar.gz"
-  sha256 "2aa94c910e5581b427f80a2a95858c57c321b196921bdbdc945d996c9d325871"
+  url "https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.4.tar.gz"
+  sha256 "b46401bc97bb3570c5ef72b0b1492eb74ced1c5b5c576ccb62d92a1f5da8980d"
   # This will have ~ instead of - for rc versions:
-  version "1.2.1~rc.3"
+  version "1.2.1~rc.4"
   revision 1
 
   depends_on "cmake" => :build