diff options
author | lorenzotrevisan <40457641+lorenzotrevisan@users.noreply.github.com> | 2020-07-23 14:52:10 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:02 +0700 |
commit | e5c264b9efb5b92ae5d4ff77884c1d27bcd13980 (patch) | |
tree | 307e0093ac0e5072c0fc6674e2403da8d53f09ce /academic/dakota/dakota.SlackBuild | |
parent | f993b8d9eb7cc7e808982ce774abb7bbdd5a39ca (diff) |
academic/dakota: Updated for version 6.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/dakota/dakota.SlackBuild')
-rw-r--r-- | academic/dakota/dakota.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/dakota/dakota.SlackBuild b/academic/dakota/dakota.SlackBuild index cc8e00e755a8..bd119d0e0db7 100644 --- a/academic/dakota/dakota.SlackBuild +++ b/academic/dakota/dakota.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Dakota -# Copyright 2017 Lorenzo Trevisan, Caorle, Venice, Italy +# Copyright 2017, 2018, 2019, 2020 Lorenzo Trevisan, Caorle, Venice, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dakota -VERSION=${VERSION:-6.8} +VERSION=${VERSION:-6.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |