aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLukas Stabe2014-07-15 05:37:00 +0200
committerJack Nagel2014-07-15 00:30:45 -0500
commit8cc2dcf346726d626ec3567beb0f3fa9e1ea46e1 (patch)
treedd78092a3fc54f40028ae784b5a3875a0c5cfa85 /Library
parent5cb95a502c1f9db058e710f16588e2c11b8d4f71 (diff)
downloadhomebrew-8cc2dcf346726d626ec3567beb0f3fa9e1ea46e1.tar.bz2
darkhttpd 1.10
Closes #30871. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/darkhttpd.rb8
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/darkhttpd.rb b/Library/Formula/darkhttpd.rb
index 9ac3beffa..3fd28c39d 100644
--- a/Library/Formula/darkhttpd.rb
+++ b/Library/Formula/darkhttpd.rb
@@ -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