diff options
| author | Justin Donaldson | 2013-10-01 10:24:10 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-04 07:55:04 -0700 |
| commit | dcb2709b635bf7fe4a857dc794e3f62d8985d95f (patch) | |
| tree | 04f8a435e3557acf4e74a091fcc2433d02c13acb /Library | |
| parent | 59581dec270fb09872de74785a98a6105c00b9bc (diff) | |
| download | homebrew-dcb2709b635bf7fe4a857dc794e3f62d8985d95f.tar.bz2 | |
Haxe 3.01
Closes #22970.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/haxe.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/neko.rb | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/haxe.rb b/Library/Formula/haxe.rb index 59da36634..50d46b898 100644 --- a/Library/Formula/haxe.rb +++ b/Library/Formula/haxe.rb @@ -2,9 +2,7 @@ require 'formula' class Haxe < Formula homepage 'http://haxe.org' - # v3-00 was tagged before project moved to git, so doesn't include submodules - url 'https://github.com/HaxeFoundation/haxe.git', :revision => '40451b41b09b9155682dad2f2f9db020c1f23678' - version '3.0.0-40451b4' + url 'https://github.com/HaxeFoundation/haxe.git', :tag => 'v3.0.1' head 'https://github.com/HaxeFoundation/haxe.git' diff --git a/Library/Formula/neko.rb b/Library/Formula/neko.rb index 3b363ae79..02be163da 100644 --- a/Library/Formula/neko.rb +++ b/Library/Formula/neko.rb @@ -2,7 +2,11 @@ require 'formula' class Neko < Formula homepage 'http://nekovm.org' + + # revision includes recent parameterized build targets for mac. Use a :tag + # on the next release url 'https://github.com/HaxeFoundation/neko.git', :revision => '6ab8f48a8dc62e4d917b599b3d8c8e10f764f839' + version '2.0.0-6ab8f48' head 'https://github.com/HaxeFoundation/neko.git' |
