diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-01-11 18:45:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-17 08:45:08 +0700 |
commit | 1e12ac9dccdcc2643bf6326d8ecf4eb98a6634e9 (patch) | |
tree | dbe240e4b751778867ab810cd28fffb55438cf84 /network/lighttpd | |
parent | 1849fa5c2f32c2179d514c97ced9a057fac77696 (diff) | |
download | slackbuilds-1e12ac9dccdcc2643bf6326d8ecf4eb98a6634e9.tar.gz |
network/lighttpd: Updated for version 1.4.58.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/lighttpd')
-rw-r--r-- | network/lighttpd/lighttpd.SlackBuild | 4 | ||||
-rw-r--r-- | network/lighttpd/lighttpd.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/lighttpd/lighttpd.SlackBuild b/network/lighttpd/lighttpd.SlackBuild index c90da315b6..7c48640ad5 100644 --- a/network/lighttpd/lighttpd.SlackBuild +++ b/network/lighttpd/lighttpd.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for lighttpd # Copyright (c) 2007 Daniel de Kok <moc.mikciat@leinad> -# Copyright 2016-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2016-2021 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lighttpd -VERSION=${VERSION:-1.4.56} +VERSION=${VERSION:-1.4.58} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/lighttpd/lighttpd.info b/network/lighttpd/lighttpd.info index 69e42901e2..49924d8729 100644 --- a/network/lighttpd/lighttpd.info +++ b/network/lighttpd/lighttpd.info @@ -1,8 +1,8 @@ PRGNAM="lighttpd" -VERSION="1.4.56" +VERSION="1.4.58" HOMEPAGE="http://www.lighttpd.net/" -DOWNLOAD="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.56.tar.xz" -MD5SUM="9d94f68c8106bfcdfe7aafa0a13f45a8" +DOWNLOAD="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.58.tar.xz" +MD5SUM="8d12a31bd3fdd7eab85cf9a6d2cfa92e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |