aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hatari.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-22 21:51:41 -0500
committerJack Nagel2014-03-22 21:51:41 -0500
commitbfdf80274b3542684e5343cbca04f93d63e44d9d (patch)
tree046f6f936a3e7409193fddc899a12eb38efac0f8 /Library/Formula/hatari.rb
parentbb0a66ae79116323243eb9654cd82854bcd40358 (diff)
downloadhomebrew-bfdf80274b3542684e5343cbca04f93d63e44d9d.tar.bz2
Update revisions on libpng dependents
Diffstat (limited to 'Library/Formula/hatari.rb')
-rw-r--r--Library/Formula/hatari.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/hatari.rb b/Library/Formula/hatari.rb
index a61e2b121..d343983b5 100644
--- a/Library/Formula/hatari.rb
+++ b/Library/Formula/hatari.rb
@@ -4,11 +4,12 @@ class Hatari < Formula
homepage 'http://hatari.tuxfamily.org'
url 'http://download.tuxfamily.org/hatari/1.7.0/hatari-1.7.0.tar.bz2'
sha1 '9961171c6d5f3742f93c903606c4956ce2e15ea0'
+ revision 1
head 'http://hg.tuxfamily.org/mercurialroot/hatari/hatari', :using => :hg, :branch => 'default'
depends_on 'cmake' => :build
- depends_on 'libpng' if MacOS.version <= :leopard
+ depends_on 'libpng'
depends_on 'sdl'
def install