From 1dd721a2c78be43bb714564ae35c8010d9b7eb5f Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Thu, 27 Oct 2022 18:20:55 +0200 Subject: [PATCH] ttyd: update to 1.7.2 --- srcpkgs/ttyd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ttyd/template b/srcpkgs/ttyd/template index 0ed4cb21f95..0d91091e6f2 100644 --- a/srcpkgs/ttyd/template +++ b/srcpkgs/ttyd/template @@ -1,6 +1,6 @@ # Template file for 'ttyd' pkgname=ttyd -version=1.6.3 +version=1.7.2 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=1116419527edfe73717b71407fb6e06f46098fc8a8e6b0bb778c4c75dc9f64b9 +checksum=edc44cd5319c0c9d0858081496cae36fc5c54ee7722e0a547dde39537dfb63de if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat"