From bc7201764f9a6b1186965d38599ac5e84f59977b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 14:24:17 +0800 Subject: [PATCH] brook: update to 20230601 (#2568) Co-authored-by: smallprogram --- brook/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brook/Makefile b/brook/Makefile index 3ab2c0719..cfc0b0f9e 100644 --- a/brook/Makefile +++ b/brook/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=brook -PKG_VERSION:=20230404.5.1 +PKG_VERSION:=20230601 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/txthinking/brook/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=c05bf50ce56f1fe0644e38e6d152b62203552f0f16548369e8e857e98efa6403 +PKG_HASH:=0a80773ecad13cf10ae4de9e33ac1cec751f269d09d6e8991dc8e5dd01a1b101 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=GPL-3.0