Commit 07985daa authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play rstudio: fix URL

parent a77b4e64
...@@ -4,7 +4,7 @@ PKGNAME=rstudio ...@@ -4,7 +4,7 @@ PKGNAME=rstudio
SUPPORTEDARCHES="x86_64" SUPPORTEDARCHES="x86_64"
VERSION="$2" VERSION="$2"
DESCRIPTION='RStudio from the official site' DESCRIPTION='RStudio from the official site'
URL="https://www.rstudio.com/products/rstudio" URL="https://posit.co/"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
...@@ -60,6 +60,6 @@ esac ...@@ -60,6 +60,6 @@ esac
VERSION="${VERSION/+/-}" VERSION="${VERSION/+/-}"
PKGMASK="$(epm print constructname $PKGNAME "$VERSION" $arch $pkgtype "-" "-")" PKGMASK="$(epm print constructname $PKGNAME "$VERSION" $arch $pkgtype "-" "-")"
PKGURL="$(eget --list https://www.rstudio.com/products/rstudio/download/ "$PKGMASK" | grep "$PKGFILTER")" PKGURL="$(eget --list https://posit.co/download/rstudio-desktop/ "$PKGMASK" | grep "$PKGFILTER")"
install_pkgurl install_pkgurl
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment