bump(main/ttyd): 1.7.3

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2023-01-18 06:28:38 +00:00
parent b04a5b1c33
commit 8f72a9b948
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://tsl0922.github.io/ttyd/
TERMUX_PKG_DESCRIPTION="Command-line tool for sharing terminal over the web"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.7.2"
TERMUX_PKG_VERSION="1.7.3"
TERMUX_PKG_SRCURL=https://github.com/tsl0922/ttyd/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=edc44cd5319c0c9d0858081496cae36fc5c54ee7722e0a547dde39537dfb63de
TERMUX_PKG_SHA256=c9cf5eece52d27c5d728000f11315d36cb400c6948d1964a34a7eae74b454099
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="json-c, libcap, libuv, libwebsockets, openssl, zlib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DCMAKE_XXD=$TERMUX_PKG_TMPDIR/xxd"