changeset 3:049fad39f2fe

devel for me is what other people call head, adjust accordingly
author Louis Opter <louis@uber.com>
date Fri, 04 Sep 2015 02:27:28 -0700
parents e9bd12893cfd
children 946624a56f0e
files lightsd.rb
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lightsd.rb	Fri Sep 04 02:14:52 2015 -0700
+++ b/lightsd.rb	Fri Sep 04 02:27:28 2015 -0700
@@ -5,6 +5,7 @@
   homepage "https://github.com/lopter/lightsd/"
   url "https://api.github.com/repos/lopter/lightsd/tarball/0.9.1"
   sha256 "ef4f8056bf39c8f2c440e442f047cafce1c102e565bb007791a27f77588157c2"
+  revision 1
 
   depends_on "cmake" => :build
   depends_on "libbsd" => :optional
@@ -22,7 +23,7 @@
     system "make", "install"
   end
 
-  head do
+  devel do
     url "https://github.com/lopter/lightsd.git"
   end