lighttpd 1.4.34

Closes Homebrew/homebrew#26757.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Brett Koonce 2014-02-15 21:07:41 -06:00 committed by Adam Vandenberg
parent 8a8ae88382
commit 844b655dcb
1 changed files with 2 additions and 2 deletions

View File

@ -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'