aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMathieu Deletrain2013-05-13 13:53:18 +0200
committerAdam Vandenberg2013-05-13 09:40:30 -0700
commit847a56d343f1da3845b99c19f4f215d1a95d417c (patch)
tree08377f0aef60bc6d3f90414d4c94a8a2b2d3e400 /Library/Formula
parent0334ddf8f2ffc27f1aa0710c492ab342703d227e (diff)
downloadhomebrew-847a56d343f1da3845b99c19f4f215d1a95d417c.tar.bz2
hatari: add --HEAD
Closes #19770. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hatari.rb2
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'