Skip to content

Commit

Permalink
sample.APKBUILD: use https for sourceforge download links
Browse files Browse the repository at this point in the history
  • Loading branch information
prspkt authored and nmeum committed Sep 24, 2018
1 parent 9aef476 commit 7fc859d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample.APKBUILD
Expand Up @@ -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

Expand Down

0 comments on commit 7fc859d

Please sign in to comment.