diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-11-13 19:38:08 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-11-13 19:38:08 +0100 |
commit | aefd617b7eae673311112bd8b770cb2e4578d055 (patch) | |
tree | c73c18ec44aeb5e637ef55d9b3bd1239d6ca87f2 /community/libcoap | |
parent | 3784181705be943196145acbfa8858783be34bdf (diff) | |
download | aports-aefd617b7eae673311112bd8b770cb2e4578d055.tar.bz2 aports-aefd617b7eae673311112bd8b770cb2e4578d055.tar.xz |
community/libcoap: upgrade to 4.2.1
Diffstat (limited to 'community/libcoap')
-rw-r--r-- | community/libcoap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libcoap/APKBUILD b/community/libcoap/APKBUILD index ff62a436a5..2087ca675f 100644 --- a/community/libcoap/APKBUILD +++ b/community/libcoap/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=libcoap -pkgver=4.2.0 +pkgver=4.2.1 pkgrel=0 pkgdesc="A CoAP (RFC 7252) implementation" url="https://github.com/obgm/libcoap" @@ -51,4 +51,4 @@ package() { "$pkgdir"/usr/share/doc/$pkgname } -sha512sums="a4972633613e5ba379afff57dc42c7858963332c462f361e78536206065e96adfa5da50f11d1347d18a2bbacc00e60d9519eaae0ce0f15e14362aa560f8641fa libcoap-4.2.0.tar.gz" +sha512sums="ac081a5ff249683eb2c8ee22a5359408478d8365933991680586805ce109d7f50dcbb9a9d9fb268f1468bcc2acc05d6820258123bc935bb2d463175022162d20 libcoap-4.2.1.tar.gz" |