From 4237c1069c77527484066398fde760fab8445c90 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 25 Sep 2020 16:48:26 -0700 Subject: [PATCH] nlohmannjson: update to 3.9.1 Rename PKG_SOURCE. No point in matching with BUILD_DIR. Signed-off-by: Rosen Penev --- libs/nlohmannjson/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/nlohmannjson/Makefile b/libs/nlohmannjson/Makefile index 973bb63d6..bb2d210a4 100644 --- a/libs/nlohmannjson/Makefile +++ b/libs/nlohmannjson/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nlohmannjson -PKG_VERSION:=3.8.0 -PKG_RELEASE:=2 +PKG_VERSION:=3.9.1 +PKG_RELEASE:=1 -PKG_SOURCE:=json-$(PKG_VERSION).zip +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip PKG_SOURCE_URL:=https://codeload.github.com/nlohmann/json/zip/v$(PKG_VERSION)? -PKG_HASH:=83947cb78d50990b4b931b8dbc8632781bc601baa45b75ece0899c7b98d86c0b +PKG_HASH:=a88449d68aab8d027c5beefe911ba217f5ffcc0686ae1793d37f3d20698b37c6 PKG_BUILD_DIR:=$(BUILD_DIR)/json-$(PKG_VERSION) PKG_MAINTAINER:=Leonid Esman