diff options
Diffstat (limited to 'community')
-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" |