mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-15 03:28:04 +00:00
sample.APKBUILD: use https for sourceforge download links
This commit is contained in:
parent
9aef4769d1
commit
7fc859d626
@ -17,7 +17,7 @@ depends_dev=
|
|||||||
makedepends="$depends_dev"
|
makedepends="$depends_dev"
|
||||||
install=
|
install=
|
||||||
subpackages="$pkgname-dev $pkgname-doc"
|
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
|
builddir="$srcdir"/$pkgname-$pkgver
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user