diff options
author | Andrew Payne <phalange@komputermatrix.com> | 2020-06-03 15:09:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-03 15:09:15 +0700 |
commit | b0b5875118770a554d1b7da57e4d17e055e19fe3 (patch) | |
tree | f97f2f8a83f454c314c2031870c99c270c3e31d4 /academic/R/R.SlackBuild | |
parent | ed2097e36b4115524bf5c4ea79fb31de64c8dad0 (diff) |
academic/R: Updated for version 4.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/R/R.SlackBuild')
-rw-r--r-- | academic/R/R.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/academic/R/R.SlackBuild b/academic/R/R.SlackBuild index 6fb687f83a75..3f31ad4a3842 100644 --- a/academic/R/R.SlackBuild +++ b/academic/R/R.SlackBuild @@ -2,9 +2,8 @@ # SlackBuild script for R -# Copyright 2019 Andrew Payne, Boston, MA <phalange@komputermatrix.com> -# Copyright 2014-2017 melikamp, Andrew Rowland. (Contributors are -# listed in order of first participation.) +# Copyright 2019-2020 Andrew Payne <phalange@komputermatrix.com> +# Copyright 2014-2017 melikamp, Andrew Rowland # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,7 +24,7 @@ # <http://www.gnu.org/licenses/>. PRGNAM=R -VERSION=${VERSION:-3.6.2} +VERSION=${VERSION:-4.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |