mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/QuantLib: Updated for version 1.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
909f81f064
commit
34df3d3443
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
||||
|
||||
PRGNAM=QuantLib
|
||||
VERSION=${VERSION:-0.9.7}
|
||||
VERSION=${VERSION:-1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="QuantLib"
|
||||
VERSION="0.9.7"
|
||||
VERSION="1.2"
|
||||
HOMEPAGE="http://www.quantlib.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/quantlib/QuantLib-0.9.7.tar.gz"
|
||||
MD5SUM="4add05ae7af8bc7bb4f0477c083eb99c"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/quantlib/QuantLib-1.2.tar.gz"
|
||||
MD5SUM="b7d13feb6c24671e171a28dc1898a0d2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue