diff options
| author | Dominyk Tiller | 2014-09-15 15:38:39 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-09-16 14:08:14 +0100 |
| commit | 1fed4927d2fdcee279d8d2c4abb98146b9ada3c7 (patch) | |
| tree | e40c306b659886e78fe49712db223893cbb65f70 /Library/Formula/lighttpd.rb | |
| parent | 466e83f7c5c919a91b5ec3bd3e47b1af585f1e86 (diff) | |
| download | homebrew-1fed4927d2fdcee279d8d2c4abb98146b9ada3c7.tar.bz2 | |
lua: upgrade to 5.2.
Merges Lua52 into the Master branch as the new ‘Lua’ whilst
transitioning the old Lua formula to ‘Lua51’, running the two
side-by-side in a non-conflicting way.
Diffstat (limited to 'Library/Formula/lighttpd.rb')
| -rw-r--r-- | Library/Formula/lighttpd.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/lighttpd.rb b/Library/Formula/lighttpd.rb index 63145f8a6..c4551a9e0 100644 --- a/Library/Formula/lighttpd.rb +++ b/Library/Formula/lighttpd.rb @@ -4,6 +4,7 @@ class Lighttpd < Formula homepage 'http://www.lighttpd.net/' url 'http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.35.tar.bz2' sha256 '4a71c1f6d8af41ed894b507720c4c17184dc320590013881d5170ca7f15c5bf7' + revision 1 bottle do sha1 "39d57cd89e0b885ce706b4a39fe14a25a33929e9" => :mavericks @@ -18,7 +19,7 @@ class Lighttpd < Formula depends_on 'automake' => :build depends_on 'libtool' => :build depends_on 'pcre' - depends_on 'lua' => :optional + depends_on 'lua51' => :optional depends_on 'libev' => :optional # default max. file descriptors; this option will be ignored if the server is not started as root |
