diff options
| author | jdonaldson | 2011-02-16 23:15:41 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-02-17 08:09:18 -0800 |
| commit | 190020c6f0eea5b1f1916afb9a26fec8f4776b58 (patch) | |
| tree | cc5dbb346aeff2386baf16ee03878e36a86cc26e /Library | |
| parent | a56885d4a2e4da84a4a840e31b1d19311805e7ae (diff) | |
| download | homebrew-190020c6f0eea5b1f1916afb9a26fec8f4776b58.tar.bz2 | |
updated haxe to version 2.07
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/haxe.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/haxe.rb b/Library/Formula/haxe.rb index 6319ecd5c..835a22c14 100644 --- a/Library/Formula/haxe.rb +++ b/Library/Formula/haxe.rb @@ -1,10 +1,10 @@ require 'formula' class Haxe <Formula - url 'http://haxe.org/file/haxe-2.06-osx.tar.gz' - version '2.06' + url 'http://haxe.org/file/haxe-2.07-osx.tar.gz' + version '2.07' homepage 'http://haxe.org/' - sha1 '729a10e0b68e53d40928396b961a741724343bea' + sha1 '0958a13077aedef1b304d4b43b6eb5d6041bdf88' def install bin.install %w(haxe haxedoc haxelib) |
