# HG changeset patch # User Louis Opter # Date 1441532174 25200 # Node ID 907611feda92c9088655c9e7bb3d2c02eb1aa603 # Parent 946624a56f0e308b91a140efa65027af9598b3af Stop following the github documentation about download links diff -r 946624a56f0e -r 907611feda92 lightsd.rb --- a/lightsd.rb Fri Sep 04 02:33:56 2015 -0700 +++ b/lightsd.rb Sun Sep 06 02:36:14 2015 -0700 @@ -3,9 +3,9 @@ class Lightsd < Formula desc "Daemon to control your LIFX wifi smart bulbs" homepage "https://github.com/lopter/lightsd/" - url "https://api.github.com/repos/lopter/lightsd/tarball/0.9.1" - sha256 "ef4f8056bf39c8f2c440e442f047cafce1c102e565bb007791a27f77588157c2" - revision 2 + url "https://github.com/lopter/lightsd/archive/0.9.1.tar.gz" + sha256 "72eba6074ed18609fb0caf7b7429e1b8f6c3564ca6f81357be22c06ac00956b6" + revision 3 depends_on "cmake" => :build depends_on "libbsd" => :optional