newapkbuild: use https for sourceforge download links

This commit is contained in:
prspkt 2018-07-27 10:00:42 +03:00 committed by Sören Tempel
parent 1820691b94
commit 9aef4769d1
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ newaport() {
cd "$pkgname"
if [ -z "$source" ] && [ -n "$sourceforge" ]; then
source="http://downloads.sourceforge.net/$pn/$pn-$pv.tar.gz"
source="https://downloads.sourceforge.net/$pn/$pn-$pv.tar.gz"
fi
if [ -z "$depends" ] &&[ "$buildtype" = "python" ]; then