diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-08-25 17:59:27 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:07:55 +0700 |
commit | 466ddc2314c722cd60fb51cb112d562c1d225f18 (patch) | |
tree | 677b320308afb59e2a5189f820d95c43d3a33782 /network/lighttpd/lighttpd.SlackBuild | |
parent | f36f069eeab94b57aeb497995559992c15b80548 (diff) | |
download | slackbuilds-466ddc2314c722cd60fb51cb112d562c1d225f18.tar.gz |
network/lighttpd: Updated for version 1.4.55.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/lighttpd/lighttpd.SlackBuild')
-rw-r--r-- | network/lighttpd/lighttpd.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/lighttpd/lighttpd.SlackBuild b/network/lighttpd/lighttpd.SlackBuild index 2896415dfc..8294be9ad2 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-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2016-2020 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.54} +VERSION=${VERSION:-1.4.55} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |