diff options
Diffstat (limited to 'main/scons/APKBUILD')
-rw-r--r-- | main/scons/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/scons/APKBUILD b/main/scons/APKBUILD index 9cd141d0f9..da82e5087d 100644 --- a/main/scons/APKBUILD +++ b/main/scons/APKBUILD @@ -10,7 +10,7 @@ license="MIT" # before upgrade to python3, make sure that packages like serf builds with scons with python3 depends="python2" makedepends="python2-dev" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" +source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" build() { |