From 35dff58b3ae34361c2c31ea48b10377205bcc6c6 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sat, 4 Dec 2021 10:15:37 -0500 Subject: [PATCH] lighttpd: update to lighttpd 1.4.63 release hash Signed-off-by: Glenn Strauss --- net/lighttpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 4f5acca9c..e645577c7 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd -PKG_VERSION:=1.4.62 +PKG_VERSION:=1.4.63 PKG_RELEASE:=1 # release candidate ~rcX testing; remove for release -#PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-1.4.62 +#PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-1.4.63 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://download.lighttpd.net/lighttpd/releases-1.4.x -PKG_HASH:=36cf483cf34a06f7c75c724a4237d8779b0d88ce208a1742763793d317114ab7 +PKG_HASH:=2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9 PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=BSD-3-Clause