mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/lighttpd: Updated for version 1.4.67.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1333e79d66
commit
4f67d3dc44
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=lighttpd
|
||||
VERSION=${VERSION:-1.4.66}
|
||||
VERSION=${VERSION:-1.4.67}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lighttpd"
|
||||
VERSION="1.4.66"
|
||||
VERSION="1.4.67"
|
||||
HOMEPAGE="http://www.lighttpd.net/"
|
||||
DOWNLOAD="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.66.tar.xz"
|
||||
MD5SUM="78b43d1dc36e1cf34d4003bc5e97a964"
|
||||
DOWNLOAD="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.67.tar.xz"
|
||||
MD5SUM="64822c5061001673162cf9775d91a80b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue