aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlexander Solovyov2009-11-05 13:10:28 +0200
committerAlexander Solovyov2009-11-11 22:54:11 +0200
commit8e2318e28823487accad72b59bc50eca3780cd3f (patch)
tree969c6187f6ef936f61c20d8a56ca976a692574f5 /Library/Formula
parent2b9f56dd7ff25dd86ed41e83aa19550fe6744881 (diff)
downloadhomebrew-8e2318e28823487accad72b59bc50eca3780cd3f.tar.bz2
fix download paths for mhash and mpg123
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mhash.rb4
-rw-r--r--Library/Formula/mpg123.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/mhash.rb b/Library/Formula/mhash.rb
index ba02d9bc3..18d705a4f 100644
--- a/Library/Formula/mhash.rb
+++ b/Library/Formula/mhash.rb
@@ -1,9 +1,9 @@
require 'formula'
class Mhash <Formula
- @url='http://sourceforge.net/projects/mhash/files/mhash/0.9.9.9/mhash-0.9.9.9.tar.gz'
+ @url='http://downloads.sourceforge.net/project/mhash/mhash/0.9.9.9/mhash-0.9.9.9.tar.gz'
@homepage='http://mhash.sourceforge.net/'
- @md5='ee66b7d5947deb760aeff3f028e27d25'
+ @md5='f91c74f9ccab2b574a98be5bc31eb280'
def install
system "./configure --prefix=#{prefix} --disable-debug --disable-dependency-tracking"
diff --git a/Library/Formula/mpg123.rb b/Library/Formula/mpg123.rb
index cc1ce28d8..119156658 100644
--- a/Library/Formula/mpg123.rb
+++ b/Library/Formula/mpg123.rb
@@ -1,7 +1,7 @@
require 'formula'
class Mpg123 <Formula
- @url='http://sourceforge.net/projects/mpg123/files/mpg123/mpg123-1.8.1.tar.bz2'
+ @url='http://downloads.sourceforge.net/project/mpg123/mpg123/1.8.1/mpg123-1.8.1.tar.bz2'
@homepage='http://www.mpg123.de/'
@md5='856893f14b29b1cddf4aba32469860b4'
@@ -26,4 +26,4 @@ class Mpg123 <Formula
system "./configure", *args
system "make install"
end
-end \ No newline at end of file
+end