darkhttpd 1.10

Closes Homebrew/homebrew#30871.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Lukas Stabe 2014-07-15 05:37:00 +02:00 committed by Jack Nagel
parent e5c3c15ef6
commit 10371f7c7d

View file

@ -2,11 +2,15 @@ require "formula"
class Darkhttpd < Formula
homepage "http://unix4lyfe.org/darkhttpd/"
url "http://unix4lyfe.org/darkhttpd/darkhttpd-1.9.tar.bz2"
sha1 "0d95d5bc4054ea3719b3a85c4ad6e5a839b3217e"
url "http://unix4lyfe.org/darkhttpd/darkhttpd-1.10.tar.bz2"
sha1 "95443b7374817137e58e28ebfff47d322cfbad25"
def install
system "make"
bin.install "darkhttpd"
end
test do
system "#{bin}/darkhttpd", "--help"
end
end