mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/R: Updated for version 4.4.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f7f2fcf5a0
commit
661983a025
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# SlackBuild script for R
|
# 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
|
# Copyright 2014-2017 melikamp, Andrew Rowland
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=R
|
PRGNAM=R
|
||||||
VERSION=${VERSION:-4.4.0}
|
VERSION=${VERSION:-4.4.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="R"
|
PRGNAM="R"
|
||||||
VERSION="4.4.0"
|
VERSION="4.4.1"
|
||||||
HOMEPAGE="https://www.r-project.org/"
|
HOMEPAGE="https://www.r-project.org/"
|
||||||
DOWNLOAD="https://cran.r-project.org/src/base/R-4/R-4.4.0.tar.xz"
|
DOWNLOAD="https://cran.r-project.org/src/base/R-4/R-4.4.1.tar.xz"
|
||||||
MD5SUM="647ef3e012e9cf36a187db64a6082217"
|
MD5SUM="7e8bce91f0ed90931cf9b73d6ac64aeb"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue