From 1dc8cb1ee6cbe44ab4906673dd2538b18cd1e829 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 14 Feb 2020 17:04:08 -0800 Subject: [PATCH] libcoap: update to 4.2.1 Signed-off-by: Rosen Penev --- libs/libcoap/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libcoap/Makefile b/libs/libcoap/Makefile index f8a820874..4fe5475b6 100644 --- a/libs/libcoap/Makefile +++ b/libs/libcoap/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libcoap -PKG_VERSION:=4.2.0 -PKG_RELEASE:=2 +PKG_VERSION:=4.2.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/obgm/libcoap/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=9523e38da6ee8b2a8f5ce83ded64107dd1e514c7ad00cd74ccfe3454b679c271 +PKG_HASH:=29a0394a265d3febee41e5e2dc03d34292a0aede37f5f80334e529ac0dab2321 PKG_MAINTAINER:=Anton Glukhov PKG_LICENSE:=GPL-2.0-or-later BSD-2-Clause