From 844b655dcb03b149a1da7a1e051b621eb2db1039 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sat, 15 Feb 2014 21:07:41 -0600 Subject: [PATCH] lighttpd 1.4.34 Closes Homebrew/homebrew#26757. Signed-off-by: Adam Vandenberg --- Formula/lighttpd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lighttpd.rb b/Formula/lighttpd.rb index 1f2d53a1d2f..86240841f4e 100644 --- a/Formula/lighttpd.rb +++ b/Formula/lighttpd.rb @@ -2,8 +2,8 @@ require 'formula' class Lighttpd < Formula homepage 'http://www.lighttpd.net/' - url 'http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.33.tar.bz2' - sha256 '2ff2324658c0f90e7d39afd40f08f11ca230903b9019c31a2bbecd8f087f235e' + url 'http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.34.tar.bz2' + sha256 'e4b5682ef21b0bdea4a18dc7ccac6b5a0bf526b691ad0fe5c25c8b9fc38d0c12' option 'with-lua', 'Include Lua scripting support for mod_magnet'