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