From dfcd63f14be030fca7a5fe071cb97bdd8bb91cd0 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 2 Oct 2021 14:41:15 -0400 Subject: [PATCH] External stdlibs: Move `*_URL` stdlib definitions into `.version` files Co-authored-by: Elliot Saba --- contrib/new-stdlib.sh | 4 ++-- stdlib/ArgTools.version | 2 ++ stdlib/Downloads.version | 2 ++ stdlib/LibCURL.version | 2 ++ stdlib/Makefile | 18 ------------------ stdlib/NetworkOptions.version | 2 ++ stdlib/Pkg.version | 2 ++ stdlib/SHA.version | 2 ++ stdlib/Statistics.version | 2 ++ stdlib/SuiteSparse.version | 2 ++ stdlib/Tar.version | 2 ++ 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/contrib/new-stdlib.sh b/contrib/new-stdlib.sh index 323dc11271da6..b95e63e04c7c3 100755 --- a/contrib/new-stdlib.sh +++ b/contrib/new-stdlib.sh @@ -50,14 +50,14 @@ UNAME=$(echo "$NAME" | tr [a-z] [A-Z]) sed -e "/^STDLIBS_EXT =/,/^\$/s!^\$!\\ STDLIBS_EXT += $NAME\\ -${UNAME}_GIT_URL := git://github.com/$USER/$NAME.jl.git\\ -${UNAME}_TAR_URL = https://api.github.com/repos/$USER/$NAME.jl/tarball/\$1\\ !" "$ROOT/Makefile" >"$ROOT/Makefile.tmp" mv "$ROOT/Makefile.tmp" "$ROOT/Makefile" cat >"$ROOT/$NAME.version" <