mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
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:
710052066c
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
f25d7056cb
commit
38a341d79a
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user