mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-03-11 06:37:31 +00:00
newapkbuild: use https for sourceforge download links
This commit is contained in:
parent
1820691b94
commit
9aef4769d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user