aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/xmlrpc-c.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/xmlrpc-c.rb')
-rw-r--r--Library/Formula/xmlrpc-c.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/xmlrpc-c.rb b/Library/Formula/xmlrpc-c.rb
index e2e08a97c..c40755006 100644
--- a/Library/Formula/xmlrpc-c.rb
+++ b/Library/Formula/xmlrpc-c.rb
@@ -1,6 +1,6 @@
require 'formula'
-class XmlrpcC <Formula
+class XmlrpcC < Formula
url 'http://downloads.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-c-1.06.39.tgz'
md5 'ec62fb15cca83ffeaf6a8d53b5ec8614'
homepage 'http://xmlrpc-c.sourceforge.net/'
@@ -13,4 +13,4 @@ class XmlrpcC <Formula
system "./configure", "--disable-debug", "--enable-libxml2-backend", "--prefix=#{prefix}"
system "make install"
end
-end \ No newline at end of file
+end