From eff358cdd3c9790cf699d82e2f0453dad1bb01d9 Mon Sep 17 00:00:00 2001 From: Jonas Jelonek Date: Thu, 9 Nov 2023 16:19:54 +0100 Subject: [PATCH] croc: update to 9.6.6 see changelog: https://github.com/schollz/croc/releases/tag/v9.6.6 Signed-off-by: Jonas Jelonek --- net/croc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/croc/Makefile b/net/croc/Makefile index eab3c8e70..c1c57904f 100644 --- a/net/croc/Makefile +++ b/net/croc/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=croc -PKG_VERSION:=9.6.5 +PKG_VERSION:=9.6.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/schollz/croc/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=2d3ba7bae3c49e3870e2f8523c6be00e92fe6e46828269a8cea34d4034102cad +PKG_HASH:=9dd954e0068df2be416c71161665bfc283f150d30ba0bf96cee723701e93616f PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE