diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2020-11-29 21:51:29 -0500 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2020-11-30 09:27:28 -0500 |
commit | fa1464c3b96f26ebc3d6337f57effcd08051e4dc (patch) | |
tree | 86bb574c690f02c23c3ad57f5909d499e6c3067d | |
parent | 59ae734bed6e5ea0a2d76e0b3d8d0cb8b2e4b61f (diff) |
lighttpd: update to lighttpd 1.4.56 release hash
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
-rw-r--r-- | net/lighttpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index c975832c9..3d47ffe0d 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd -PKG_VERSION:=1.4.56~rc7 +PKG_VERSION:=1.4.56 PKG_RELEASE:=1 # release candidate ~rcX testing; remove for release -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-1.4.56 +#PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-1.4.56 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://download.lighttpd.net/lighttpd/releases-1.4.x -PKG_HASH:=51245e7099a0e8ee28f360758eff10354cdbbc842cebb369e310528b9c7b1f58 +PKG_HASH:=e4ce84cd79e8ae8ba193c7a7cc79c4afba9a076b443ef9f8d4bcd13a3354df77 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_LICENSE:=BSD-3-Clause |