From 36a1292bfceeba0d913bda7372eee701871d3d52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 00:57:59 +0800 Subject: [PATCH] update 2022-10-03 00:57:59 --- brook/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brook/Makefile b/brook/Makefile index 7ac50a9a..20b60830 100644 --- a/brook/Makefile +++ b/brook/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=brook -PKG_VERSION:=20220707 -PKG_RELEASE:=3 +PKG_VERSION:=20221010 +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:=skip +PKG_HASH:=987b2ddac349e5ac2b91b40b06f7686dcf316c37bfe82c566fdc7503f0b4d97d PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=GPL-3.0