forked from pool/gsoap
Accepting request 870345 from devel:libraries:c_c++
- build scripts: sanitize_source.sh: use https [boo#1181923] OBS-URL: https://build.opensuse.org/request/show/870345 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=72
This commit is contained in:
commit
9468c117b6
@ -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