summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-07-27 10:00:42 +0300
committerSören Tempel <soeren+git@soeren-tempel.net>2018-09-24 21:43:49 +0200
commit9aef4769d12917eac684e3773d6230d09dd7baad (patch)
tree6a5e3cf7c92e22f1fdae7a086402b1a7e6f6e54c
parent1820691b9483e311ecc11cf9576a7ed46337f10b (diff)
downloadabuild-9aef4769d12917eac684e3773d6230d09dd7baad.tar.bz2
abuild-9aef4769d12917eac684e3773d6230d09dd7baad.tar.xz
newapkbuild: use https for sourceforge download links
-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