From 0a50c57417b56bc9c413b914dadad2efbaa51948 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 23 Mar 2025 00:15:07 -0400 Subject: [PATCH] lighttpd: update to lighttpd 1.4.78 release hash Signed-off-by: Glenn Strauss --- net/lighttpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 4ce56b0fcd..1e9e8696e5 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd -PKG_VERSION:=1.4.77 +PKG_VERSION:=1.4.78 PKG_RELEASE:=1 # release candidate ~rcX testing; remove for release #PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://download.lighttpd.net/lighttpd/releases-1.4.x -PKG_HASH:=acafabdbfa2267d8b6452d03d85fdd2a66525f3f05a36a79b6645c017f1562ce +PKG_HASH:=3c0739e8bc75c9e9fc1cfa89e1c304dd4b0e4abb87adc646a1d20bc6a2db2a3e PKG_MAINTAINER:=Glenn Strauss PKG_LICENSE:=BSD-3-Clause