From: John Audia Date: Wed, 28 Dec 2022 13:04:22 +0000 (-0500) Subject: tree: bump to 2.1.0 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=842c60e20e67af31eeeb65de2a6afd3f826c63a1;p=feed%2Fpackages.git tree: bump to 2.1.0 Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia --- diff --git a/utils/tree/Makefile b/utils/tree/Makefile index 2c161c6093..88146217a5 100644 --- a/utils/tree/Makefile +++ b/utils/tree/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tree -PKG_VERSION:=2.0.4 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=2.1.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/Old-Man-Programmer/$(PKG_NAME)/tar.gz/$(PKG_VERSION)? -PKG_HASH:=3ebeaf77a3b3829bcf665329e9d0f3624079c2c4cb4ef14cf6d7129a1a208b59 +PKG_HASH:=e9da64f6bbf894840b76d5fb2d37282076febbc96076fc4e833b08fe42190ad2 PKG_MAINTAINER:=Banglang Huang