diff --git a/brook/Makefile b/brook/Makefile index acdf98e..b927437 100644 --- a/brook/Makefile +++ b/brook/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=brook -PKG_VERSION:=20220404 +PKG_VERSION:=20220406 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:=a119adf673df8f61fcaec841e471392cfdd9d307fe52ec9d6b3d9393846a7630 +PKG_HASH:=cf4433263cc755edfe56be66d206b7ee5083faaaa8b30bb4102174ad73e22764 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=GPL-3.0