aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChrister Solskogen2012-02-18 13:50:05 +0100
committerJack Nagel2012-02-18 10:45:33 -0600
commit5adbd95c26297f2ffc0c0871d29bd6e032e2f38a (patch)
tree7fb4c92767d5c00500d7b4984ef10773465a3718 /Library
parent3b312c03b7ad5b4097a15ff26d901db46afef64e (diff)
downloadhomebrew-5adbd95c26297f2ffc0c0871d29bd6e032e2f38a.tar.bz2
hatari 1.6.1
Closes #10307. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-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