Skip to content

Commit 6505289

Browse files
committed
Bump to 1.5.0
1 parent 9b0166b commit 6505289

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8)
22

33
project(ttyd)
4-
set(PROJECT_VERSION "1.4.4")
4+
set(PROJECT_VERSION "1.5.0")
55

66
find_package(Git)
77
if(GIT_FOUND)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ USAGE:
7171
ttyd [options] <command> [<arguments...>]
7272
7373
VERSION:
74-
1.4.4
74+
1.5.0
7575
7676
OPTIONS:
7777
-p, --port Port to listen (default: 7681, use `0` for random port)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
ttyd (1.5.0-1) unstable; urgency=medium
2+
3+
* New upstream release.
4+
5+
-- Shuanglei Tao <[email protected]> Sun, 23 Jun 2019 19:04:15 +0800
6+
17
ttyd (1.4.4-1) unstable; urgency=medium
28

39
* New upstream release.

msys2/ttyd/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Shuanglei Tao <[email protected]>
22

33
pkgname="ttyd"
4-
pkgver=1.4.4
4+
pkgver=1.5.0
55
pkgrel=1
66
pkgdesc="A command-line tool for sharing terminal over the web"
77
arch=('i686' 'x86_64')
@@ -31,4 +31,4 @@ package() {
3131
options=('staticlibs' 'strip')
3232
cd "${srcdir}/build-${CARCH}"
3333
make DESTDIR=${pkgdir} install
34-
}
34+
}

openwrt/ttyd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=ttyd
11-
PKG_VERSION:=1.4.4
11+
PKG_VERSION:=1.5.0
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

scripts/cross-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ BUILD_ROOT="${BUILD_ROOT:-/opt/build}"
1111
ZLIB_VERSION="${ZLIB_VERSION:-1.2.11}"
1212
JSON_C_VERSION="${JSON_C_VERSION:-0.13.1}"
1313
OPENSSL_VERSION="${OPENSSL_VERSION:-1.0.2p}"
14-
LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-2.4.2}"
15-
TTYD_VERSION="${TTYD_VERSION:-1.4.4}"
14+
LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-3.1.0}"
15+
TTYD_VERSION="${TTYD_VERSION:-1.5.0}"
1616

1717
build_zlib() {
1818
echo "=== Building zlib ($TARGET)..."

0 commit comments

Comments
 (0)