Haxe 3.01
Closes Homebrew/homebrew#22970. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e287ca574d
commit
f70025d702
2 changed files with 5 additions and 3 deletions
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue