diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-03-06 12:33:16 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-03-06 12:36:36 +0800 |
commit | 5eef0d56cf4aa0c1079008ec279df647eb1d0fe8 (patch) | |
tree | fffd93f6aa5a4d197bf658712df669086ec393a1 /utils/tree | |
parent | bab87417c901d0804a8d34ca83d13eef61fa0ff6 (diff) |
tree: bump PKG_RELEASE
It was missing in a previous change bab8741 (tree: use
TARGET_{CFLAGS,LDFLAGS} instead of the package default)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'utils/tree')
-rw-r--r-- | utils/tree/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tree/Makefile b/utils/tree/Makefile index c6d5654b5..32bdb0ad3 100644 --- a/utils/tree/Makefile +++ b/utils/tree/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tree -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_VERSION:=1.7.0 PKG_SOURCE_URL:=ftp://mama.indstate.edu/linux/tree/ PKG_HASH:=6957c20e82561ac4231638996e74f4cfa4e6faabc5a2f511f0b4e3940e8f7b12 |