lighttpd: switch distfile to sources. (musl builder 403s)
This commit is contained in:
parent
479d896fa9
commit
5cc086ac83
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ short_desc="A secure, fast, compliant and very flexible web-server"
|
|||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="2-clause-BSD"
|
||||
homepage="http://lighttpd.net"
|
||||
distfiles="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz"
|
||||
#distfiles="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz"
|
||||
distfiles="https://sources.voidlinux.eu/lighttpd-1.4.48/lighttpd-1.4.48.tar.xz"
|
||||
checksum=0f8ad5aac7529d7b948b9d7e8cd0b4a9e177309d85d6bf6516e28e6e40d74f36
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
|
|
Loading…
Reference in a new issue