From ec0cc3b8ca22a66bdb7b6d0c646eb5b64d477a85 Mon Sep 17 00:00:00 2001 From: krant Date: Sat, 10 Feb 2024 00:53:21 +0200 Subject: [PATCH] libcbor: update to 0.11.0 Signed-off-by: krant --- libs/libcbor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libcbor/Makefile b/libs/libcbor/Makefile index 7c0735f28f..dbcb674d94 100644 --- a/libs/libcbor/Makefile +++ b/libs/libcbor/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libcbor -PKG_VERSION:=0.8.0 +PKG_VERSION:=0.11.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/PJK/libcbor/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=618097166ea4a54499646998ccaa949a5816e6a665cf1d6df383690895217c8b +PKG_HASH:=89e0a83d16993ce50651a7501355453f5250e8729dfc8d4a251a78ea23bb26d7 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING