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:
parent
8e5f003007
commit
695ca28794
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user