diff options
Diffstat (limited to 'academic/R/R.SlackBuild')
-rw-r--r-- | academic/R/R.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/R/R.SlackBuild b/academic/R/R.SlackBuild index 97b5d3a22bd7..e8f237c02f2c 100644 --- a/academic/R/R.SlackBuild +++ b/academic/R/R.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for R -# Copyright 2019-2022 Andrew Payne <phalange@komputermatrix.com> +# Copyright 2019-2024 Andrew Payne <phalange@komputermatrix.com> # Copyright 2014-2017 melikamp, Andrew Rowland # This program is free software: you can redistribute it and/or modify @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=R -VERSION=${VERSION:-4.4.0} +VERSION=${VERSION:-4.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |