diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-12 00:36:10 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-16 15:11:53 +0000 |
commit | 5ab613396588afeeb4fab781f34ed4cc0a0d61fe (patch) | |
tree | 8ba809c91824ba122aeb7b454dcf8f77ee21634a /testing/ttyd/APKBUILD | |
parent | 45132e2778fb956f956819b31411c198ef1e4f99 (diff) | |
download | aports-5ab613396588afeeb4fab781f34ed4cc0a0d61fe.tar.bz2 aports-5ab613396588afeeb4fab781f34ed4cc0a0d61fe.tar.xz |
testing/ttyd: rebuild against libwebsockets-2.2.0
Diffstat (limited to 'testing/ttyd/APKBUILD')
-rw-r--r-- | testing/ttyd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ttyd/APKBUILD b/testing/ttyd/APKBUILD index 42b2d4e089..df2d150815 100644 --- a/testing/ttyd/APKBUILD +++ b/testing/ttyd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ttyd pkgver=1.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="Share your terminal over the web" url="https://tsl0922.github.io/ttyd" arch="all" |