brook: bump to 20200909

This commit is contained in:
CN_SZTL 2020-09-06 12:06:24 +08:00
parent 34dbeede98
commit e7ec7ddc16
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -40,7 +40,7 @@ ifeq ($(ARCH),mips64el)
endif
PKG_NAME:=brook
PKG_VERSION:=20200901
PKG_VERSION:=20200909
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=brook_linux_$(PKG_ARCH_BROOK)
@ -76,4 +76,4 @@ define Package/$(PKG_NAME)/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_SOURCE) $(1)/usr/bin/brook
endef
$(eval $(call BuildPackage,$(PKG_NAME)))
$(eval $(call BuildPackage,$(PKG_NAME)))