development/rstudio-desktop: Update for 2022.07.2+576

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-09-22 01:00:15 -07:00 committed by Willy Sudiarto Raharjo
parent 9769e5a4ef
commit 48e99cc3a6
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -27,9 +27,9 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rstudio-desktop PRGNAM=rstudio-desktop
SRCNAM=rstudio SRCNAM=rstudio
VERSION=${VERSION:-2022.07.1+554} VERSION=${VERSION:-2022.07.2+576}
SRCVER=${SRCVER:-$(echo $VERSION | sed 's/+/-/g')} SRCVER=${SRCVER:-$(echo $VERSION | sed 's/+/-/g')}
GITCOMMIT_VER=7872775 GITCOMMIT_VER=e7373ef
NODE_VER=${NODE_VER:-16.14.0} NODE_VER=${NODE_VER:-16.14.0}
PANDOCVER=current PANDOCVER=current
BUILD=${BUILD:-1} BUILD=${BUILD:-1}

View File

@ -1,11 +1,11 @@
PRGNAM="rstudio-desktop" PRGNAM="rstudio-desktop"
VERSION="2022.07.1+554" VERSION="2022.07.2+576"
HOMEPAGE="http://rstudio.com" HOMEPAGE="http://rstudio.com"
DOWNLOAD="UNSUPPORTED" DOWNLOAD="UNSUPPORTED"
MD5SUM="" MD5SUM=""
DOWNLOAD_x86_64="https://github.com/rstudio/rstudio/archive/refs/tags/v2022.07.1+554/rstudio-2022.07.1-554.tar.gz \ DOWNLOAD_x86_64="https://github.com/rstudio/rstudio/archive/refs/tags/v2022.07.2+576/rstudio-2022.07.2-576.tar.gz \
https://nodejs.org/dist/v16.14.0/node-v16.14.0-linux-x64.tar.gz" https://nodejs.org/dist/v16.14.0/node-v16.14.0-linux-x64.tar.gz"
MD5SUM_x86_64="e57b59a213f2be140d26b122c1ea24bc \ MD5SUM_x86_64="00ffef52a58f61b7ab737cbe495903a3 \
a46e501a201be6c3c05c0f770c375372" a46e501a201be6c3c05c0f770c375372"
REQUIRES="R pandoc-bin yaml-cpp hunspell-en yarn apache-ant zulu-openjdk8 mathjax2 soci" REQUIRES="R pandoc-bin yaml-cpp hunspell-en yarn apache-ant zulu-openjdk8 mathjax2 soci"
MAINTAINER="Isaac Yu" MAINTAINER="Isaac Yu"