mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-08 11:54:22 +01:00
Bump to 1.2.2
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user