From 3ca7d8095eb6fa12e6f6e084ab26cf1c85b6cf04 Mon Sep 17 00:00:00 2001 From: breakings Date: Thu, 5 May 2022 11:25:27 +0800 Subject: [PATCH] brook: update to 20220501 (#1946) --- brook/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brook/Makefile b/brook/Makefile index c82788aa8..58d339f0a 100644 --- a/brook/Makefile +++ b/brook/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=brook -PKG_VERSION:=20220406 +PKG_VERSION:=20220501 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:=cf4433263cc755edfe56be66d206b7ee5083faaaa8b30bb4102174ad73e22764 +PKG_HASH:=31474d3a9667a153986710b989d99a4f971255f407d47eebaf15b6fc9c2f4128 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=GPL-3.0