diff options
| author | Andy Li | 2015-03-24 20:56:11 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-24 13:42:50 +0000 |
| commit | 0e3ed1991517251fbb9a0e8256932c6bb5c009f7 (patch) | |
| tree | d6660204c7f8a1b9fb156bbd398921f911257bd4 /Library/Formula | |
| parent | b3bc3728f22d799f0fa5800f45540f3562806d9b (diff) | |
| download | homebrew-0e3ed1991517251fbb9a0e8256932c6bb5c009f7.tar.bz2 | |
haxe: add git tag revision
Closes #38020.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/haxe.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/haxe.rb b/Library/Formula/haxe.rb index 23b3d3374..2667807c4 100644 --- a/Library/Formula/haxe.rb +++ b/Library/Formula/haxe.rb @@ -4,7 +4,7 @@ class Haxe < Formula homepage "http://haxe.org" stable do - url "https://github.com/HaxeFoundation/haxe.git", :tag => "3.1.3" + url "https://github.com/HaxeFoundation/haxe.git", :tag => "3.1.3", :revision => "7be30670b2f1f9b6082499c8fb9e23c0a6df6c28" # Remove the below with the next stable release depends_on MaximumMacOSRequirement => :mavericks end |
