diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hatari.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/hatari.rb b/Library/Formula/hatari.rb index b02654cb3..4dcf6a44a 100644 --- a/Library/Formula/hatari.rb +++ b/Library/Formula/hatari.rb @@ -5,6 +5,8 @@ class Hatari < Formula url 'http://download.tuxfamily.org/hatari/1.6.2/hatari-1.6.2.tar.bz2' sha1 'fce28eb59d7b1574537bfdba757fddc31534bb17' + head 'http://hg.tuxfamily.org/mercurialroot/hatari/hatari', :using => :hg, :branch => 'default' + depends_on 'cmake' => :build depends_on 'sdl' |
