From 7e750f644cbbc9ad35cbdc4f4909b52faede853d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 25 Apr 2020 00:05:41 +0200 Subject: Changes for backports of R 4.0.0 to bullseye and buster --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build b/build index 1e84502..439eabb 100755 --- a/build +++ b/build @@ -18,7 +18,7 @@ command -v lsb_release >/dev/null 2>&1 || { DIST=`lsb_release -cs` # URL of the local CRAN repo for checking for existing builds -localcran="http://ryz/r-cran/$DIST-cran35/" +localcran="http://ryz/r-cran/$DIST-cran40/" skip=false while test -n "${1}"; do -- cgit v1.2.1