aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Peek2013-11-07 10:22:11 +1100
committerMike McQuaid2013-11-07 10:44:37 +0000
commit8c3b7c271f7ff6e0612ab6e846ce00510acadd20 (patch)
tree2fd5ace7df7739e0ccee9b536c1de8d60bf51277 /Library/Formula
parent7be30cac6aa07583102b39998a903c447a2b9aa4 (diff)
downloadhomebrew-8c3b7c271f7ff6e0612ab6e846ce00510acadd20.tar.bz2
haxe: use development branch for --HEAD
Closes #24043. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/haxe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/haxe.rb b/Library/Formula/haxe.rb
index 50d46b898..939061ed4 100644
--- a/Library/Formula/haxe.rb
+++ b/Library/Formula/haxe.rb
@@ -4,7 +4,7 @@ class Haxe < Formula
homepage 'http://haxe.org'
url 'https://github.com/HaxeFoundation/haxe.git', :tag => 'v3.0.1'
- head 'https://github.com/HaxeFoundation/haxe.git'
+ head 'https://github.com/HaxeFoundation/haxe.git', :branch => 'development'
depends_on 'neko'
depends_on 'objective-caml'