Bump to 1.2.2

This commit is contained in:
Shuanglei Tao
2016-12-26 00:33:54 +08:00
parent 41b64be110
commit 3b58edbfb6
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
#include "server.h"
#define TTYD_VERSION "1.2.1"
#define TTYD_VERSION "1.2.2"
volatile bool force_exit = false;
struct lws_context *context;