diff options
Diffstat (limited to 'testing/shellinabox/APKBUILD')
-rw-r--r-- | testing/shellinabox/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/shellinabox/APKBUILD b/testing/shellinabox/APKBUILD index 1d97aee538a..4f53dc9e0c9 100644 --- a/testing/shellinabox/APKBUILD +++ b/testing/shellinabox/APKBUILD @@ -3,12 +3,12 @@ pkgname=shellinabox _daemonname=${pkgname}d pkgver=2.21 -pkgrel=1 +pkgrel=2 pkgdesc="Implementation of a web server that can export arbitrary command line tools to a web based terminal emulator" url="https://github.com/shellinabox/shellinabox" arch="all" license="GPL-2.0-or-later" -makedepends="autoconf automake m4 libtool openssl-dev zlib-dev" +makedepends="autoconf automake m4 libtool openssl-dev>3 zlib-dev" subpackages="$pkgname-doc $pkgname-openrc" pkgusers="$_daemonname" pkggroups="$_daemonname" |