SHA256
1
0
forked from pool/gsoap

- build scripts: sanitize_source.sh: use https [boo#1181923]

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=212
This commit is contained in:
Jan Engelhardt 2021-02-08 18:58:28 +00:00 committed by Git OBS Bridge
parent 8e5f003007
commit 695ca28794
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 8 18:57:41 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- build scripts: sanitize_source.sh: use https [boo#1181923]
-------------------------------------------------------------------
Mon Feb 1 14:05:22 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -16,7 +16,7 @@ fi;
version="2.8.111"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
fi
rm -Rf "gsoap-$shortver" "gsoap-$version"