From 38a341d79a8813c228aa37652d97fa9bc06a5730 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 20 Jun 2026 17:43:43 +0200 Subject: [PATCH] package/pugixml: bump version to 1.16 https://github.com/zeux/pugixml/releases/tag/v1.16 https://github.com/zeux/pugixml/releases/tag/v1.15 Switched tarball hash to sha256 hash provided by upstream. Updated license hash due to copyright year bump: https://github.com/zeux/pugixml/commit/710052066cc0a7210d7f554196ae43bd1cd9da3e Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/pugixml/pugixml.hash | 5 +++-- package/pugixml/pugixml.mk | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/pugixml/pugixml.hash b/package/pugixml/pugixml.hash index 2446788d89..1ae3aba32d 100644 --- a/package/pugixml/pugixml.hash +++ b/package/pugixml/pugixml.hash @@ -1,3 +1,4 @@ +# From https://github.com/zeux/pugixml/releases/tag/v1.16 +sha256 4cee1ca4aad395170f4c7a07824f3bdd41f28316c6e1e1090a1425b278ec0b4b pugixml-1.16.tar.gz # Locally computed: -sha256 2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015 pugixml-1.14.tar.gz -sha256 01e13f39d058cca09968f18d423912a18f8bf61b9161c65f8e5bcc418a8aba28 LICENSE.md +sha256 90974fbb120e966b452654eaae3ba6ee55f3647db3b28918a7649733ee99da97 LICENSE.md diff --git a/package/pugixml/pugixml.mk b/package/pugixml/pugixml.mk index 3935526af6..aada1fb6c0 100644 --- a/package/pugixml/pugixml.mk +++ b/package/pugixml/pugixml.mk @@ -4,7 +4,7 @@ # ################################################################################ -PUGIXML_VERSION = 1.14 +PUGIXML_VERSION = 1.16 PUGIXML_SITE = https://github.com/zeux/pugixml/releases/download/v$(PUGIXML_VERSION) PUGIXML_LICENSE = MIT PUGIXML_LICENSE_FILES = LICENSE.md