summaryrefslogtreecommitdiff
path: root/.tools/downloadlib.sh
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-09 11:53:20 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-09 11:53:20 -0300
commite59b6e44c0668b92d783f85efd12cf277889abed (patch)
treeee58d65bb2d787a05741d8730d8ec5d1b0b39664 /.tools/downloadlib.sh
parent913880fe5897f4d24b352afb17761efe6ed42eca (diff)
downloadclientdata-e59b6e44c0668b92d783f85efd12cf277889abed.tar.gz
clientdata-e59b6e44c0668b92d783f85efd12cf277889abed.tar.bz2
clientdata-e59b6e44c0668b92d783f85efd12cf277889abed.tar.xz
clientdata-e59b6e44c0668b92d783f85efd12cf277889abed.zip
gitlab.com -> git.themanaworld.org - migration complete
Diffstat (limited to '.tools/downloadlib.sh')
-rwxr-xr-x.tools/downloadlib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/downloadlib.sh b/.tools/downloadlib.sh
index bdcccb45..0b8c2592 100755
--- a/.tools/downloadlib.sh
+++ b/.tools/downloadlib.sh
@@ -6,7 +6,7 @@ export libname="$1_$2"
mkdir libdownload
cd libdownload
rm "${zipname}"
-../client-data/.tools/retry.sh wget -O "${zipname}" "https://gitlab.com/themanaworld/manaplus/spm/builds/artifacts/$1/download?job=${libname}"
+../client-data/.tools/retry.sh wget -O "${zipname}" "https://git.themanaworld.org/manaplus/spm/builds/artifacts/$1/download?job=${libname}"
unzip "${zipname}"
cp -r "bin/${libname}" ..
cd ..