Merge pull request #6063 from heitbaum/tty

Update ttyd addon (104)
This commit is contained in:
CvH 2022-01-02 11:01:45 +01:00 committed by GitHub
commit c124035030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libuv"
PKG_VERSION="1.40.0"
PKG_SHA256="70fe1c9ba4f2c509e8166c0ca2351000237da573bb6c82092339207a9715ba6b"
PKG_VERSION="1.42.0"
PKG_SHA256="371e5419708f6aaeb8656671f89400b92a9bba6443369af1bb70bcd6e4b3c764"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/libuv/libuv"
PKG_URL="https://github.com/libuv/libuv/archive/v${PKG_VERSION}.tar.gz"

View File

@ -1,3 +1,6 @@
104
- libuv: update to 1.42.0
103
- libwebsockets: update to 4.3.0

View File

@ -4,7 +4,7 @@
PKG_NAME="ttyd"
PKG_VERSION="1.6.3"
PKG_SHA256="1116419527edfe73717b71407fb6e06f46098fc8a8e6b0bb778c4c75dc9f64b9"
PKG_REV="103"
PKG_REV="104"
PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/tsl0922/ttyd"