websocat: rebuild against OpenSSL

and actually enable ssl support
This commit is contained in:
John 2021-01-07 00:03:44 +01:00
parent 931dcd68c3
commit 68f7b30e1e

View file

@ -1,10 +1,11 @@
# Template file for 'websocat' # Template file for 'websocat'
pkgname=websocat pkgname=websocat
version=1.6.0 version=1.6.0
revision=1 revision=2
build_style=cargo build_style=cargo
configure_args="--features=ssl"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libressl-devel" makedepends="openssl-devel"
short_desc="Netcat, curl and socat for WebSockets" short_desc="Netcat, curl and socat for WebSockets"
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>" maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
license="MIT" license="MIT"