From f37bdcc9ef67e126bd65b805ab8675de139bf93e Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Mon, 8 Aug 2022 02:04:22 -0400 Subject: [PATCH] lighttpd: update to lighttpd 1.4.66 release hash * update to lighttpd 1.4.66 release hash Signed-off-by: Glenn Strauss (cherry picked from commit 5eaf000c837612df72c9207e225a2911a190f86f) --- net/lighttpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index e684b1981..792a57f66 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd -PKG_VERSION:=1.4.65 +PKG_VERSION:=1.4.66 PKG_RELEASE:=1 # release candidate ~rcX testing; remove for release -#PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-1.4.65 +#PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-1.4.66 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://download.lighttpd.net/lighttpd/releases-1.4.x -PKG_HASH:=bf0fa68a629fbc404023a912b377e70049331d6797bcbb4b3e8df4c3b42328be +PKG_HASH:=47ac6e60271aa0196e65472d02d019556dc7c6d09df3b65df2c1ab6866348e3b PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=BSD-3-Clause