aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xerces-c.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/xerces-c.rb b/Library/Formula/xerces-c.rb
index fa984b836..5ee750923 100644
--- a/Library/Formula/xerces-c.rb
+++ b/Library/Formula/xerces-c.rb
@@ -1,9 +1,9 @@
require 'formula'
class XercesC <Formula
- @url='http://www.osnt.org/apache/xerces/c/3/sources/xerces-c-3.0.1.tar.gz'
- @homepage='http://xerces.apache.org/xerces-c/'
- @md5='293c03f59bf8e956020d73f5b122094c'
+ url 'http://apache.copahost.com/xerces/c/3/sources/xerces-c-3.1.0.tar.gz'
+ homepage 'http://xerces.apache.org/xerces-c/'
+ md5 '4dc9460e011ed4857dcd290f22dd6f1b'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"