aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/darkhttpd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/darkhttpd.rb')
-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