diff options
| author | Justin Donaldson | 2011-12-01 10:00:59 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-12-03 08:13:29 -0800 |
| commit | 9df3252c6e0db61f40bdf4aede5e754f8ffeb0ff (patch) | |
| tree | 7b3a8dbf7a2898db6df47debcde83e649d7f5413 /Library/Formula | |
| parent | a86caabf5bc5c85bb06ff7d83dac376869f2e4e0 (diff) | |
| download | homebrew-9df3252c6e0db61f40bdf4aede5e754f8ffeb0ff.tar.bz2 | |
haxe 2.08
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/haxe.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/haxe.rb b/Library/Formula/haxe.rb index 229163038..e4f38ee5e 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.07-osx.tar.gz' - version '2.07' + url 'http://haxe.org/file/haxe-2.08-osx.tar.gz' + version '2.08' homepage 'http://haxe.org/' - sha1 '0958a13077aedef1b304d4b43b6eb5d6041bdf88' + sha1 'e8758ea9155bf27606348d02240c2af1fecee67b' def install bin.install %w(haxe haxedoc haxelib) @@ -14,7 +14,7 @@ class Haxe < Formula def caveats; <<-EOS.undent HaXe needs to know how to find its standard library so add this to your shell profile: - export HAXE_LIBRARY_PATH="`brew --prefix`/share/haxe/std"' + export HAXE_LIBRARY_PATH="$(brew --prefix)/share/haxe/std" EOS end end |
