summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--ttyd.service2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eee6589641a5..7807548207fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttyd
pkgdesc = Share your terminal over the web
- pkgver = 1.7.1
+ pkgver = 1.7.2
pkgrel = 1
url = https://tsl0922.github.io/ttyd/
arch = i686
@@ -16,9 +16,9 @@ pkgbase = ttyd
depends = zlib
source = ttyd.service
source = https://raw.githubusercontent.com/eklausme/c/master/slogin.c
- source = https://github.com/tsl0922/ttyd/archive/1.7.1/ttyd-1.7.1.tar.gz
- sha512sums = b6c731444ad78d68464082557a4b7dae857f2b86511810f055d2a4c8e1c7051328cdbcd1f8a43c322a2dd20c20474b483f9fa104785268bafdefb04cce54287d
+ source = https://github.com/tsl0922/ttyd/archive/1.7.2/ttyd-1.7.2.tar.gz
+ sha512sums = 7be3b6f477c6a12f0cdbb6bb33099f00bb5030a7b2f2fd6d8cdfacba08ec9a26accb973728c4abffe36d05985ad1077c255e4d06e86e75a1649d3fdd591030f6
sha512sums = 1cebf87e06f6303c48d931a87614f05d7300b4fba45ac5bf5a56ac20a0c9f48a1997bce13611ab3b498eed991a74594318c49ae801595fc882755dc1928640bb
- sha512sums = 1c69a320fb709bf59a1525664b9238129add88219d27ce7b15572604d74bab820197b954f65aeb2793c02705dd8e25e13bfdeb17378ef79724764ada81aa1517
+ sha512sums = 5b351d4cca228fcc272074164edeb6698768c6fd714b2c8243ec67456c0140153085553ecbebbd40331c12012e8d155d4aeba1050903555b90c30b8f8de4b906
pkgname = ttyd
diff --git a/PKGBUILD b/PKGBUILD
index 1fcf7f06d4c5..55425bae6c5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Elmar Klausmeier <Elmar.Klausmeier@gmail.com>
pkgname=ttyd
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc='Share your terminal over the web'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -13,9 +13,9 @@ makedepends=('cmake')
source=("ttyd.service"
"https://raw.githubusercontent.com/eklausme/c/master/slogin.c"
"https://github.com/tsl0922/ttyd/archive/$pkgver/ttyd-$pkgver.tar.gz")
-sha512sums=('b6c731444ad78d68464082557a4b7dae857f2b86511810f055d2a4c8e1c7051328cdbcd1f8a43c322a2dd20c20474b483f9fa104785268bafdefb04cce54287d'
+sha512sums=('7be3b6f477c6a12f0cdbb6bb33099f00bb5030a7b2f2fd6d8cdfacba08ec9a26accb973728c4abffe36d05985ad1077c255e4d06e86e75a1649d3fdd591030f6'
'1cebf87e06f6303c48d931a87614f05d7300b4fba45ac5bf5a56ac20a0c9f48a1997bce13611ab3b498eed991a74594318c49ae801595fc882755dc1928640bb'
- '1c69a320fb709bf59a1525664b9238129add88219d27ce7b15572604d74bab820197b954f65aeb2793c02705dd8e25e13bfdeb17378ef79724764ada81aa1517')
+ '5b351d4cca228fcc272074164edeb6698768c6fd714b2c8243ec67456c0140153085553ecbebbd40331c12012e8d155d4aeba1050903555b90c30b8f8de4b906')
prepare() {
cd "$srcdir/$pkgname-$pkgver"/src
diff --git a/ttyd.service b/ttyd.service
index 3b44af81a234..dde1388a09a5 100644
--- a/ttyd.service
+++ b/ttyd.service
@@ -6,7 +6,7 @@ Wants=hiawatha.service
[Service]
Type=simple
-ExecStart=/bin/ttyd login
+ExecStart=/bin/ttyd /bin/slogin
ExecReload=/bin/kill -HUP $MAINPID
#PIDFile=/run/ttyd.pid
KillMode=process