From f3b3887012de06c69b73291693c1bd4a35f21250 Mon Sep 17 00:00:00 2001 From: TIAN Yuanhao Date: Wed, 10 Aug 2022 04:06:51 -0700 Subject: [PATCH] package/ttyd: bump to version 1.7.0 Update hash for license file to account for an update in the (C) years. Signed-off-by: TIAN Yuanhao [yann.morin.1998@free.fr: update the license hash] Signed-off-by: Yann E. MORIN --- package/ttyd/ttyd.hash | 4 ++-- package/ttyd/ttyd.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/ttyd/ttyd.hash b/package/ttyd/ttyd.hash index c4263d6e94..283288febf 100644 --- a/package/ttyd/ttyd.hash +++ b/package/ttyd/ttyd.hash @@ -1,3 +1,3 @@ # Locally computed: -sha256 1116419527edfe73717b71407fb6e06f46098fc8a8e6b0bb778c4c75dc9f64b9 ttyd-1.6.3.tar.gz -sha256 711762f081c180ade3d09d7b0b7537eaf35eca8d1671e47bc66eaa39376edb12 LICENSE +sha256 47bc98d43cf2060af06378a2113605b229c46895a391613bdaa5a1197bfe5d47 ttyd-1.7.0.tar.gz +sha256 8b7e100f8311cb428c57609164d93099bada2599f948359045d1ac876a7a625b LICENSE diff --git a/package/ttyd/ttyd.mk b/package/ttyd/ttyd.mk index 856270a88d..7b582a696c 100644 --- a/package/ttyd/ttyd.mk +++ b/package/ttyd/ttyd.mk @@ -4,7 +4,7 @@ # ################################################################################ -TTYD_VERSION = 1.6.3 +TTYD_VERSION = 1.7.0 TTYD_SITE = $(call github,tsl0922,ttyd,$(TTYD_VERSION)) TTYD_LICENSE = MIT TTYD_LICENSE_FILES = LICENSE