aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTianyi Cui2010-10-05 09:33:56 +0800
committerAdam Vandenberg2010-10-30 21:27:57 -0700
commit004725cfa2700b414c7356d16b3795b7493732c8 (patch)
tree14629c6799b515d610fdb5295e79ddc0635826bf /Library/Formula
parent392aef78cd1cf2ca2fefd8f5adf564ac51f2c924 (diff)
downloadhomebrew-004725cfa2700b414c7356d16b3795b7493732c8.tar.bz2
libsigsegv: version 2.8 and other updates
1. use http rather than ftp. HTTP is usable for all users, even for those who have only a HTTP_PROXY. 2. update homepage. The sourceforge one is out of date. 3. Remove "--disable-debug" when "./configure". This option is not recognized here. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libsigsegv.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/libsigsegv.rb b/Library/Formula/libsigsegv.rb
index acfda885b..e6ffa2ef1 100644
--- a/Library/Formula/libsigsegv.rb
+++ b/Library/Formula/libsigsegv.rb
@@ -1,12 +1,12 @@
require 'formula'
class Libsigsegv <Formula
- url 'ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.6.tar.gz'
- homepage 'http://libsigsegv.sourceforge.net/'
- md5 '7e24993730649d13c6eabc28bd24de35'
+ url 'http://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.8.tar.gz'
+ homepage 'http://www.gnu.org/software/libsigsegv/'
+ md5 'ebe554e26870d8bc200ef3e3539ffd7c'
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"
system "make check"