diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-04-15 12:07:54 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-04-15 12:07:54 +0000 |
commit | df4d814d00ea63e708eb8d99f78efed839a1e868 (patch) | |
tree | 47d49508c3db59663c096c5564977a46e0b54622 /community/ttyd | |
parent | 0c0459de3bd5455e8c2f49a943ad533dcc387a9e (diff) | |
download | aports-df4d814d00ea63e708eb8d99f78efed839a1e868.tar.bz2 aports-df4d814d00ea63e708eb8d99f78efed839a1e868.tar.xz |
community/ttyd: rebuild against libressl
Diffstat (limited to 'community/ttyd')
-rw-r--r-- | community/ttyd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ttyd/APKBUILD b/community/ttyd/APKBUILD index 6ffcaba83f..208c4f1970 100644 --- a/community/ttyd/APKBUILD +++ b/community/ttyd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ttyd pkgver=1.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Share your terminal over the web" url="https://tsl0922.github.io/ttyd" arch="all" |