aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-09 19:21:36 -0800
committerAdam Vandenberg2012-02-09 19:21:36 -0800
commit88903a0883c7d0e1b94fa5d3f2a8aecb833c051f (patch)
tree6c971e0c3b1a61169843070cf965df223595d3e7 /Library/Formula
parentd5bef596a70e8c6bc6e5ab8f1c2d22ad92789343 (diff)
downloadhomebrew-88903a0883c7d0e1b94fa5d3f2a8aecb833c051f.tar.bz2
xmlrpc-c 1.16.39
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xmlrpc-c.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/xmlrpc-c.rb b/Library/Formula/xmlrpc-c.rb
index ac3301de0..7ab33a05e 100644
--- a/Library/Formula/xmlrpc-c.rb
+++ b/Library/Formula/xmlrpc-c.rb
@@ -1,15 +1,15 @@
require 'formula'
class XmlrpcC < Formula
- url 'http://downloads.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-c-1.16.38.tgz'
- md5 'fabb49e5f1efeffa1bedd15a9131699a'
homepage 'http://xmlrpc-c.sourceforge.net/'
+ url 'http://downloads.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-c-1.16.39.tgz'
+ md5 'e88c9ee202890d726405b3bdfb00cfaf'
def install
ENV.deparallelize
# choosing --enable-libxml2-backend to lose some weight and not statically
# link in expat
- #NOTE seemingly it isn't possible to build dylibs with this thing
+ # NOTE seemingly it isn't possible to build dylibs with this thing
system "./configure", "--disable-debug", "--enable-libxml2-backend", "--prefix=#{prefix}"
system "make install"
end