aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/quantlib.rb
diff options
context:
space:
mode:
authorKevin Locke2014-03-19 11:45:00 -0600
committerMike McQuaid2014-03-27 12:39:56 +0000
commit746800f13504073525ad8da0acab4c457daee003 (patch)
treedb81fb60509c8a20e4aebadf70ab9d827ec267a1 /Library/Formula/quantlib.rb
parent38cb66310049397ef65b9da34a2487b018e0883b (diff)
downloadhomebrew-746800f13504073525ad8da0acab4c457daee003.tar.bz2
quantlib 1.4
This is the current stable version, released 2014-02-27. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
Diffstat (limited to 'Library/Formula/quantlib.rb')
-rw-r--r--Library/Formula/quantlib.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/quantlib.rb b/Library/Formula/quantlib.rb
index 095f73536..ee723c1a5 100644
--- a/Library/Formula/quantlib.rb
+++ b/Library/Formula/quantlib.rb
@@ -2,8 +2,8 @@ require 'formula'
class Quantlib < Formula
homepage 'http://quantlib.org/'
- url 'https://downloads.sourceforge.net/project/quantlib/QuantLib/1.3/QuantLib-1.3.tar.gz'
- sha1 '6f212d62c300a9ef74cdbaec6c50a2f4a7f6a0b0'
+ url 'https://downloads.sourceforge.net/project/quantlib/QuantLib/1.4/QuantLib-1.4.tar.gz'
+ sha1 'f31f4651011a8e38e8b2cc6c457760fe61863391'
depends_on 'boost'