upgpkg(main/ttyd): 1.7.2

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2022-10-19 19:44:44 +00:00
parent 120c9529ad
commit dddb4da1a8
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.1"
TERMUX_PKG_VERSION="1.7.2"
TERMUX_PKG_SRCURL=https://github.com/tsl0922/ttyd/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=e1e9993b1320c8623447304ae27031502569a1e37227ec48d4e21dae7db6eb66
TERMUX_PKG_SHA256=edc44cd5319c0c9d0858081496cae36fc5c54ee7722e0a547dde39537dfb63de
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"