diff options
Diffstat (limited to 'community/libcoap/APKBUILD')
-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 dfd83e20ed3..ec2b71b66bd 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.3.4a +pkgver=4.3.5 pkgrel=0 pkgdesc="A CoAP (RFC 7252) implementation" url="https://libcoap.net/" @@ -39,5 +39,5 @@ package() { } sha512sums=" -599a3b973e0a07574e36829e1ee4bcac4da385208ecefdb54df1a604f8f650d3041d246c24598e0215d3df262473b360d1db749a02f0c6bafaaf7a49dd90aee2 libcoap-4.3.4a.tar.gz +21332f4988c83cc3e26a70db6f2c3028e75fabc7990238d3c13666c5725674231799e147427b0fa827cf6c9e4d9f03d5176129f69425e2439ade13ea82267c05 libcoap-4.3.5.tar.gz " |