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 | |
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')
-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 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} diff --git a/network/lighttpd/lighttpd.info b/network/lighttpd/lighttpd.info index cf867fea719e4..0d3a92ba69a17 100644 --- a/network/lighttpd/lighttpd.info +++ b/network/lighttpd/lighttpd.info @@ -1,8 +1,8 @@ PRGNAM="lighttpd" -VERSION="1.4.59" +VERSION="1.4.64" HOMEPAGE="http://www.lighttpd.net/" -DOWNLOAD="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.59.tar.xz" -MD5SUM="a8838dac90fcddbcc05c0d1877bd8cdf" +DOWNLOAD="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.64.tar.xz" +MD5SUM="02762422b074d0609db3d099d9d9e05c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |