diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-26 20:41:29 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-26 20:41:52 +0000 |
commit | b460861c382e62511e1d0bd12e09167b1ce14042 (patch) | |
tree | 8db059b8168201d88657194164441887f38458f1 | |
parent | 97ab9ad695ea9942b9523baf685b803f1966deb5 (diff) | |
download | aports-b460861c382e62511e1d0bd12e09167b1ce14042.tar.bz2 aports-b460861c382e62511e1d0bd12e09167b1ce14042.tar.xz |
community/ttyd: bump pkgrel due to ABI change of libwebsockets
-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 ef3e6d6e46..c19a46cd43 100644 --- a/community/ttyd/APKBUILD +++ b/community/ttyd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ttyd pkgver=1.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="Share your terminal over the web" url="https://tsl0922.github.io/ttyd" arch="all" |