Bump to 1.5.1

This commit is contained in:
Shuanglei Tao
2019-07-12 20:57:35 +08:00
parent ef0027474c
commit 0a8eb1d9e2
6 changed files with 11 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)
project(ttyd)
set(PROJECT_VERSION "1.5.0")
set(PROJECT_VERSION "1.5.1")
find_package(Git)
if(GIT_FOUND)

View File

@@ -71,7 +71,7 @@ USAGE:
ttyd [options] <command> [<arguments...>]
VERSION:
1.5.0
1.5.1
OPTIONS:
-p, --port Port to listen (default: 7681, use `0` for random port)

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
ttyd (1.5.1-1) unstable; urgency=medium
* New upstream release.
-- Shuanglei Tao <tsl0922@gmail.com> Sun, 12 Jul 2019 20:56:00 +0800
ttyd (1.5.0-1) unstable; urgency=medium
* New upstream release.

View File

@@ -1,7 +1,7 @@
# Maintainer: Shuanglei Tao <tsl0922@gmail.com>
pkgname="ttyd"
pkgver=1.5.0
pkgver=1.5.1
pkgrel=1
pkgdesc="A command-line tool for sharing terminal over the web"
arch=('i686' 'x86_64')

View File

@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ttyd
PKG_VERSION:=1.5.0
PKG_VERSION:=1.5.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

View File

@@ -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.0}"
TTYD_VERSION="${TTYD_VERSION:-1.5.1}"
build_zlib() {
echo "=== Building zlib ($TARGET)..."