sample.APKBUILD: use https for sourceforge download links

This commit is contained in:
prspkt 2018-07-27 14:31:46 +03:00 committed by Sören Tempel
parent 9aef4769d1
commit 7fc859d626
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ depends_dev=
makedepends="$depends_dev"
install=
subpackages="$pkgname-dev $pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver