development/rstudio-desktop: Update for 2023.03.1+446

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-05-13 12:34:12 -07:00 committed by Willy Sudiarto Raharjo
parent a68cabca99
commit 777c996aef
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -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"