diff options
author | krant <aleksey.vasilenko@gmail.com> | 2024-02-10 00:53:21 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-02-10 14:56:38 -0800 |
commit | ec0cc3b8ca22a66bdb7b6d0c646eb5b64d477a85 (patch) | |
tree | 83cc7c32c686d1008217b91f64a0e34321806d68 /libs | |
parent | aa10f179dba366c55dd7f09098652e166721fb9b (diff) |
libcbor: update to 0.11.0
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libcbor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libcbor/Makefile b/libs/libcbor/Makefile index 7c0735f28..dbcb674d9 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 |