Skip to content

Commit

Permalink
Bump to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Aug 5, 2019
1 parent 87a7052 commit d8903e1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)

project(ttyd)
set(PROJECT_VERSION "1.5.1")
set(PROJECT_VERSION "1.5.2")

find_package(Git)
if(GIT_FOUND)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ USAGE:
ttyd [options] <command> [<arguments...>]
VERSION:
1.5.1
1.5.2
OPTIONS:
-p, --port Port to listen (default: 7681, use `0` for random port)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ttyd (1.5.2-1) unstable; urgency=medium

* New upstream release.

-- Shuanglei Tao <[email protected]> Mon, 5 Aug 2019 21:34:50 +0800

ttyd (1.5.1-1) unstable; urgency=medium

* New upstream release.
Expand Down
2 changes: 1 addition & 1 deletion msys2/ttyd/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Shuanglei Tao <[email protected]>

pkgname="ttyd"
pkgver=1.5.1
pkgver=1.5.2
pkgrel=1
pkgdesc="A command-line tool for sharing terminal over the web"
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion openwrt/ttyd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ttyd
PKG_VERSION:=1.5.1
PKG_VERSION:=1.5.2
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion scripts/cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ZLIB_VERSION="${ZLIB_VERSION:-1.2.11}"
JSON_C_VERSION="${JSON_C_VERSION:-0.13.1}"
OPENSSL_VERSION="${OPENSSL_VERSION:-1.0.2p}"
LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-3.1.0}"
TTYD_VERSION="${TTYD_VERSION:-1.5.1}"
TTYD_VERSION="${TTYD_VERSION:-1.5.2}"

build_zlib() {
echo "=== Building zlib ($TARGET)..."
Expand Down

0 comments on commit d8903e1

Please sign in to comment.