aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/akka.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/akka.rb b/Library/Formula/akka.rb
index 5038e21b3..5f469aabf 100644
--- a/Library/Formula/akka.rb
+++ b/Library/Formula/akka.rb
@@ -2,8 +2,8 @@ require 'formula'
class Akka < Formula
homepage 'http://akka.io/'
- url 'http://download.akka.io/downloads/akka-2.0.3.zip'
- sha1 '073dd23724f9253085d2a9dbf1e0332fe7b7f175'
+ url 'http://download.akka.io/downloads/akka-2.0.4.tgz'
+ sha1 'd29e223745cf7d4f73ebc03a0d51296118553e6d'
def install
# Remove Windows files
@@ -14,7 +14,6 @@ class Akka < Formula
s.gsub! /^declare AKKA_HOME=.*$/, "declare AKKA_HOME=#{libexec}"
end
- system "chmod +x bin/akka"
libexec.install Dir["*"]
bin.install_symlink libexec/"bin/akka"
end