aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/libcoap/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/libcoap/APKBUILD b/community/libcoap/APKBUILD
index 8a356b5d8c..ff62a436a5 100644
--- a/community/libcoap/APKBUILD
+++ b/community/libcoap/APKBUILD
@@ -1,15 +1,15 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=libcoap
-pkgver=4.1.2
-pkgrel=1
+pkgver=4.2.0
+pkgrel=0
pkgdesc="A CoAP (RFC 7252) implementation"
url="https://github.com/obgm/libcoap"
arch="all"
-license="BSD GPL-2.0-or-later"
+license="BSD-2-Clause"
depends=""
depends_dev=""
-makedepends="automake autoconf libtool asciidoc"
+makedepends="automake autoconf libtool asciidoc openssl-dev"
checkdepends="cunit-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
@@ -32,6 +32,8 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
+ --with-openssl \
+ --disable-doxygen \
--enable-tests
make
}
@@ -49,4 +51,4 @@ package() {
"$pkgdir"/usr/share/doc/$pkgname
}
-sha512sums="151f40cdacddf25bdffe367b4f1e3bf295445eac966db7bcf6692047cd9d5476b726f08c8d1de7dbe4ebe2477162b4df5e6c121e24eac79f9a4041ab2a646be6 libcoap-4.1.2.tar.gz"
+sha512sums="a4972633613e5ba379afff57dc42c7858963332c462f361e78536206065e96adfa5da50f11d1347d18a2bbacc00e60d9519eaae0ce0f15e14362aa560f8641fa libcoap-4.2.0.tar.gz"