aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hatari.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/hatari.rb b/Library/Formula/hatari.rb
index fb64d6464..3d34ca868 100644
--- a/Library/Formula/hatari.rb
+++ b/Library/Formula/hatari.rb
@@ -1,15 +1,15 @@
require 'formula'
class Hatari < Formula
- url 'http://download.berlios.de/hatari/hatari-1.5.0.tar.bz2'
- homepage 'http://hatari.berlios.de/'
- md5 '16277cff73ec3a342b87b7b7ea3932f4'
+ homepage 'http://hatari.tuxfamily.org'
+ url 'http://download.tuxfamily.org/hatari/1.6.1/hatari-1.6.1.tar.bz2'
+ md5 '14f6af33734c971cb4f349a38c6981a1'
depends_on 'cmake' => :build
depends_on 'sdl'
def install
- system "./configure", "--disable-debug", "--prefix=#{prefix}", "--disable-osx-bundle"
+ system "./configure", "--prefix=#{prefix}", "--disable-osx-bundle"
system "make install"
end
end