libcoap: Update from 4.2.0-rc4 to 4.2.0

This commit is contained in:
Fredrik Fornwall 2019-03-04 22:51:30 +01:00
parent 850df137ea
commit 64980864da
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://libcoap.net/
TERMUX_PKG_DESCRIPTION="Implementation of CoAP, a lightweight protocol for resource constrained devices"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_VERSION=4.2.0-rc4
TERMUX_PKG_SHA256=8aa70c11fb1f1f443a9565c855f98027a50e8e0040310da86933770193e73b24
TERMUX_PKG_VERSION=4.2.0
TERMUX_PKG_SHA256=9523e38da6ee8b2a8f5ce83ded64107dd1e514c7ad00cd74ccfe3454b679c271
TERMUX_PKG_SRCURL=https://github.com/obgm/libcoap/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_DEPENDS="openssl"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-openssl --disable-doxygen"