diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-03-02 18:57:06 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-03-02 18:57:06 +0100 |
commit | f164da39d1b80378ea475908c29c36c3508f72a1 (patch) | |
tree | a86e05b33a12363e26c0a8b5166670f7d18984cb /community | |
parent | e311ea605471cbb6f4738560e4cc4a726c6776e7 (diff) | |
download | aports-f164da39d1b80378ea475908c29c36c3508f72a1.tar.bz2 aports-f164da39d1b80378ea475908c29c36c3508f72a1.tar.xz |
community/libcoap: upgrade to 4.2.0
Diffstat (limited to 'community')
-rw-r--r-- | community/libcoap/APKBUILD | 12 |
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" |