summaryrefslogtreecommitdiffstats
path: root/newapkbuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'newapkbuild.in')
-rw-r--r--newapkbuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/newapkbuild.in b/newapkbuild.in
index b2712d5..19f822a 100644
--- a/newapkbuild.in
+++ b/newapkbuild.in
@@ -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