aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-11-13 19:38:08 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-11-13 19:38:08 +0100
commitaefd617b7eae673311112bd8b770cb2e4578d055 (patch)
treec73c18ec44aeb5e637ef55d9b3bd1239d6ca87f2
parent3784181705be943196145acbfa8858783be34bdf (diff)
downloadalpine_aports-aefd617b7eae673311112bd8b770cb2e4578d055.tar.bz2
alpine_aports-aefd617b7eae673311112bd8b770cb2e4578d055.tar.xz
alpine_aports-aefd617b7eae673311112bd8b770cb2e4578d055.zip
community/libcoap: upgrade to 4.2.1
-rw-r--r--community/libcoap/APKBUILD4
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 @@
1# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> 1# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
2# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> 2# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
3pkgname=libcoap 3pkgname=libcoap
4pkgver=4.2.0 4pkgver=4.2.1
5pkgrel=0 5pkgrel=0
6pkgdesc="A CoAP (RFC 7252) implementation" 6pkgdesc="A CoAP (RFC 7252) implementation"
7url="https://github.com/obgm/libcoap" 7url="https://github.com/obgm/libcoap"
@@ -51,4 +51,4 @@ package() {
51 "$pkgdir"/usr/share/doc/$pkgname 51 "$pkgdir"/usr/share/doc/$pkgname
52} 52}
53 53
54sha512sums="a4972633613e5ba379afff57dc42c7858963332c462f361e78536206065e96adfa5da50f11d1347d18a2bbacc00e60d9519eaae0ce0f15e14362aa560f8641fa libcoap-4.2.0.tar.gz" 54sha512sums="ac081a5ff249683eb2c8ee22a5359408478d8365933991680586805ce109d7f50dcbb9a9d9fb268f1468bcc2acc05d6820258123bc935bb2d463175022162d20 libcoap-4.2.1.tar.gz"