SHA256
1
0
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:
Dominique Leuenberger 2021-02-11 11:46:08 +00:00 committed by Git OBS Bridge
commit 9468c117b6
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"