development/rstudio-desktop: Update for 2023.03.1+446
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a68cabca99
commit
777c996aef
|
@ -27,9 +27,9 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=rstudio-desktop
|
||||
SRCNAM=rstudio
|
||||
VERSION=${VERSION:-2023.03.0+386}
|
||||
VERSION=${VERSION:-2023.03.1+446}
|
||||
SRCVER=${SRCVER:-$(echo $VERSION | sed 's/+/-/g')}
|
||||
BUILD=${BUILD:-3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rstudio-desktop"
|
||||
VERSION="2023.03.0+386"
|
||||
HOMEPAGE="http://rstudio.com"
|
||||
VERSION="2023.03.1+446"
|
||||
HOMEPAGE="https://posit.co"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download1.rstudio.org/electron/rhel8/x86_64/rstudio-2023.03.0-386-x86_64.rpm"
|
||||
MD5SUM_x86_64="30dd1928e6ace89210b1b299affdab93"
|
||||
DOWNLOAD_x86_64="https://download1.rstudio.org/electron/rhel8/x86_64/rstudio-2023.03.1-446-x86_64.rpm"
|
||||
MD5SUM_x86_64="7b33fa2880b615b314f69a1acd5a08bc"
|
||||
REQUIRES="R postgresql"
|
||||
MAINTAINER="Isaac Yu"
|
||||
EMAIL="isaacyu1@isaacyu1.com"
|
||||
|
|
Loading…
Reference in New Issue