diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-23 12:32:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 20:10:22 +0700 |
commit | 771e795ba2e75782f42a76bdc84f109c0d7abfce (patch) | |
tree | b5152d3c7da5eca2e2ed375a07073b77725b9b4f /network/lighttpd/lighttpd.SlackBuild | |
parent | 0b65f642150912038db467704a2e36fc50e427e8 (diff) |
network/lighttpd: Updated for version 1.4.64.
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 4d5eb32d360be..bf4c525016a77 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-2021 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2016-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lighttpd -VERSION=${VERSION:-1.4.59} +VERSION=${VERSION:-1.4.64} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |