From 0da2cb526642a3166800e8cde90b8d3d92328bad Mon Sep 17 00:00:00 2001 From: krant Date: Fri, 15 Mar 2024 16:19:06 +0200 Subject: [PATCH] squid: update to 6.8 Signed-off-by: krant --- net/squid/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/squid/Makefile b/net/squid/Makefile index 03fe5ee3b5..560f35ff81 100644 --- a/net/squid/Makefile +++ b/net/squid/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=squid -PKG_VERSION:=6.7 -PKG_RELEASE:=2 +PKG_VERSION:=6.8 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www2.pl.squid-cache.org/Versions/v6/ \ http://www.squid-cache.org/Versions/v6/ -PKG_HASH:=e14daa4eae41925d1ae3f08e64439a6aaa3011bdced686628b8de697d5ab8428 +PKG_HASH:=11cc5650b51809d99483ccfae24744a2e51cd16199f5ff0c917e84fce695870f PKG_MAINTAINER:=Marko Ratkaj PKG_LICENSE:=GPL-2.0-or-later