From 112d3731a05aeaba3eeb29c1247de3b1f29734ea Mon Sep 17 00:00:00 2001 From: yopito Date: Sat, 28 Jan 2023 18:17:39 +0100 Subject: [PATCH] ttyd: update to 1.7.3 --- srcpkgs/ttyd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ttyd/template b/srcpkgs/ttyd/template index 0d91091e6f2..edd60f8fe04 100644 --- a/srcpkgs/ttyd/template +++ b/srcpkgs/ttyd/template @@ -1,6 +1,6 @@ # Template file for 'ttyd' pkgname=ttyd -version=1.7.2 +version=1.7.3 revision=1 build_style=cmake hostmakedepends="pkg-config xxd" @@ -11,7 +11,7 @@ maintainer="Toyam Cox " license="MIT" homepage="https://tsl0922.github.io/ttyd/" distfiles="https://github.com/tsl0922/ttyd/archive/${version}.tar.gz" -checksum=edc44cd5319c0c9d0858081496cae36fc5c54ee7722e0a547dde39537dfb63de +checksum=c9cf5eece52d27c5d728000f11315d36cb400c6948d1964a34a7eae74b454099 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat"