From 4c96486e089f721add191ce384c916dfefc000f2 Mon Sep 17 00:00:00 2001 From: krant Date: Wed, 7 Feb 2024 13:35:13 +0200 Subject: [PATCH] libfastjson: update to 1.2304.0 - Use HTTPS for source URL Signed-off-by: krant --- libs/libfastjson/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libfastjson/Makefile b/libs/libfastjson/Makefile index e7cbabd89b..9cbcc00ad0 100644 --- a/libs/libfastjson/Makefile +++ b/libs/libfastjson/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libfastjson -PKG_VERSION:=0.99.8 +PKG_VERSION:=1.2304.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://download.rsyslog.com/libfastjson -PKG_HASH:=3544c757668b4a257825b3cbc26f800f59ef3c1ff2a260f40f96b48ab1d59e07 +PKG_SOURCE_URL:=https://download.rsyslog.com/libfastjson +PKG_HASH:=ef30d1e57a18ec770f90056aaac77300270c6203bbe476f4181cc83a2d5dc80c PKG_MAINTAINER:=Dov Murik PKG_LICENSE:=MIT