Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ttyd: update to 1.7.7. #54077

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/ttyd/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'ttyd'
pkgname=ttyd
version=1.7.3
revision=2
version=1.7.7
revision=1
build_style=cmake
hostmakedepends="pkg-config xxd"
makedepends="libwebsockets-devel json-c-devel openssl-devel zlib-devel
Expand All @@ -10,8 +10,8 @@ short_desc="Share your terminal over the web"
maintainer="Toyam Cox <[email protected]>"
license="MIT"
homepage="https://tsl0922.github.io/ttyd/"
distfiles="https://github.com/tsl0922/ttyd/archive/${version}.tar.gz"
checksum=c9cf5eece52d27c5d728000f11315d36cb400c6948d1964a34a7eae74b454099
distfiles="https://github.com/tsl0922/ttyd/archive/refs/tags/${version}.tar.gz"
checksum=039dd995229377caee919898b7bd54484accec3bba49c118e2d5cd6ec51e3650

if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
Expand Down