aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Lau2012-03-02 08:31:44 +1100
committerAdam Vandenberg2012-03-06 07:11:44 -0800
commit02b32690c4fb30b0179a4a6cd2d44b41674af658 (patch)
tree9be13ea85eb43413735e41b4f09c9ef438243f43 /Library
parentf4e6cc4f32437cf33e009141b2834017eec7191c (diff)
downloadhomebrew-02b32690c4fb30b0179a4a6cd2d44b41674af658.tar.bz2
Fantom 1.0.62
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fantom.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/fantom.rb b/Library/Formula/fantom.rb
index 8d092d180..6cd07c1f3 100644
--- a/Library/Formula/fantom.rb
+++ b/Library/Formula/fantom.rb
@@ -2,8 +2,8 @@ require 'formula'
class Fantom < Formula
homepage 'http://fantom.org'
- url 'http://fan.googlecode.com/files/fantom-1.0.61.zip'
- md5 '4ead834efae383be885401a747edc6af'
+ url 'http://fan.googlecode.com/files/fantom-1.0.62.zip'
+ md5 '253acd05563b58b41f8381435586e3d6'
def options
[['--with-src', 'Also install fantom source'],
@@ -15,8 +15,8 @@ class Fantom < Formula
rm_rf "examples" unless ARGV.include? '--with-examples'
rm_rf "src" unless ARGV.include? '--with-src'
- libexec.install Dir['*']
-
+ libexec.install Dir['*']
+ system "chmod 0755 #{libexec}/bin/*"
bin.install_symlink Dir["#{libexec}/bin/*"]
end
end