aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/shark.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/shark.rb b/Library/Formula/shark.rb
index 010599bc5..c8bd7619e 100644
--- a/Library/Formula/shark.rb
+++ b/Library/Formula/shark.rb
@@ -1,14 +1,13 @@
require 'formula'
class Shark < Formula
- url 'http://downloads.sourceforge.net/project/shark-project/Shark%20Core/Shark%202.3.2/shark-2.3.2.tar.bz2'
+ url 'http://downloads.sourceforge.net/project/shark-project/Shark%20Core/Shark%202.3.4/shark-2.3.4.zip'
homepage 'http://shark-project.sourceforge.net/'
- md5 'e149c77b9f9722c93d9fac21b2abee10'
+ md5 '12d87a519c27b33800df11b7c78972ed'
depends_on 'cmake'
def install
- Dir.chdir('cmake')
system "cmake . #{std_cmake_parameters}"
system "make install"
end