aboutsummaryrefslogtreecommitdiff
path: root/utils/tree
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2022-08-07 05:27:52 -0400
committerRosen Penev <rosenp@gmail.com>2022-08-13 11:03:06 -0700
commitcd30802a261a18d21a64608ee6f3ff6db75ac96b (patch)
tree006c8de3b8eea8570618cd433cb9cac7cb924645 /utils/tree
parent7af716f12d7aeaef48ccc3f025927808af0bf461 (diff)
tree: update upstream source
Update Makefile to use github mirror of new source url since current one is going to retire. "Notice this site is likely going to be shutdown after over 28 years. I will likely be moving all my code-bases to https://gitlab.com/OldManProgrammer"[1] 1. http://mama.indstate.edu/users/ice/tree Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'utils/tree')
-rw-r--r--utils/tree/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/utils/tree/Makefile b/utils/tree/Makefile
index 60b6f6716..2e1d5823d 100644
--- a/utils/tree/Makefile
+++ b/utils/tree/Makefile
@@ -8,12 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tree
-PKG_RELEASE:=1
PKG_VERSION:=2.0.2
-PKG_SOURCE_URL:=http://mama.indstate.edu/users/ice/tree/src
-PKG_HASH:=7d693a1d88d3c4e70a73e03b8dbbdc12c2945d482647494f2f5bd83a479eeeaf
+PKG_RELEASE:=$(AUTORELEASE)
+
+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:=753af251ba6446f4d40cc00064e73c55e910d95245a23d63a31ae1f36d444c1f
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_MAINTAINER:=Banglang Huang <banglang.huang@foxmail.com>
include $(INCLUDE_DIR)/package.mk