mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-07 19:34:23 +01:00
Bump to 1.3.3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_policy(SET CMP0048 NEW)
|
||||
|
||||
project(ttyd VERSION "1.3.2")
|
||||
project(ttyd VERSION "1.3.3")
|
||||
|
||||
if(CMAKE_VERSION VERSION_LESS "3.1")
|
||||
if ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU")
|
||||
|
||||
@@ -11,7 +11,7 @@ ttyd is a simple command-line tool for sharing terminal over the web, inspired b
|
||||
- SSL support based on [OpenSSL][4]
|
||||
- Run any custom command with options
|
||||
- Basic authentication support and many other custom options
|
||||
- Cross platform: macOS, Linux, FreeBSD, [OpenWrt][5]/[LEDE][6], Windows
|
||||
- Cross platform: macOS, Linux, FreeBSD/OpenBSD, [OpenWrt][5]/[LEDE][6], Windows
|
||||
|
||||
# Installation
|
||||
|
||||
@@ -74,7 +74,7 @@ USAGE:
|
||||
ttyd [options] <command> [<arguments...>]
|
||||
|
||||
VERSION:
|
||||
1.3.2
|
||||
1.3.3
|
||||
|
||||
OPTIONS:
|
||||
--port, -p Port to listen (default: 7681, use `0` for random port)
|
||||
|
||||
@@ -24,7 +24,7 @@ Run any custom command with options
|
||||
.IP \(bu 2
|
||||
Basic authentication support and many other custom options
|
||||
.IP \(bu 2
|
||||
Cross platform: macOS, Linux, FreeBSD, OpenWrt/LEDE, Windows
|
||||
Cross platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt/LEDE, Windows
|
||||
|
||||
|
||||
.SH OPTIONS
|
||||
|
||||
@@ -15,7 +15,7 @@ ttyd 1 "September 2016" ttyd "User Manual"
|
||||
- SSL support based on OpenSSL
|
||||
- Run any custom command with options
|
||||
- Basic authentication support and many other custom options
|
||||
- Cross platform: macOS, Linux, FreeBSD, OpenWrt/LEDE, Windows
|
||||
- Cross platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt/LEDE, Windows
|
||||
|
||||
# OPTIONS
|
||||
-p, --port <port>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Shuanglei Tao <tsl0922@gmail.com>
|
||||
|
||||
pkgname="ttyd"
|
||||
pkgver=1.3.2
|
||||
pkgver=1.3.3
|
||||
pkgrel=1
|
||||
pkgdesc="A command-line tool for sharing terminal over the web"
|
||||
arch=('i686' 'x86_64')
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ttyd
|
||||
PKG_VERSION:=1.3.2
|
||||
PKG_VERSION:=1.3.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
||||
Reference in New Issue
Block a user