aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-09-19 01:34:01 -0700
committerRosen Penev <rosenp@gmail.com>2021-09-26 19:31:24 -0700
commita6105d1c53a37dccce99cac66b6de5d1803e9e73 (patch)
tree287266db78d5c26453b0ef9b650e3224f906832b
parent35fabec128c4e662cf281688b813dbdbda3c8dce (diff)
nlohmannjson: update to 3.10.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r--libs/nlohmannjson/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/nlohmannjson/Makefile b/libs/nlohmannjson/Makefile
index 004616d29..4b18dfef0 100644
--- a/libs/nlohmannjson/Makefile
+++ b/libs/nlohmannjson/Makefile
@@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nlohmannjson
-PKG_VERSION:=3.9.1
-PKG_RELEASE:=1
+PKG_VERSION:=3.10.2
+PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
PKG_SOURCE_URL:=https://codeload.github.com/nlohmann/json/zip/v$(PKG_VERSION)?
-PKG_HASH:=a88449d68aab8d027c5beefe911ba217f5ffcc0686ae1793d37f3d20698b37c6
+PKG_HASH:=6e407a7a7a6fe2f20396270ed561afeda03cd238ccb32ad94b7f985b0aa113fe
PKG_BUILD_DIR:=$(BUILD_DIR)/json-$(PKG_VERSION)
PKG_MAINTAINER:=Leonid Esman <leonid.esman@gmail.com>