aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/haxe.rb4
-rw-r--r--Library/Formula/neko.rb4
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'