Haxe 3.01

Closes Homebrew/homebrew#22970.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Justin Donaldson 2013-10-01 10:24:10 -07:00 committed by Adam Vandenberg
parent e287ca574d
commit f70025d702
2 changed files with 5 additions and 3 deletions

View File

@ -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'

View File

@ -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'