From 443ee0e0f3b42558de07922c1477cfca40c4afec Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 5 Oct 2023 21:21:18 +0200 Subject: [PATCH] pugixml: update to 1.14. --- srcpkgs/pugixml/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/pugixml/template b/srcpkgs/pugixml/template index f52d7096cce51..00a4b4cbc4bd5 100644 --- a/srcpkgs/pugixml/template +++ b/srcpkgs/pugixml/template @@ -1,15 +1,16 @@ # Template file for 'pugixml' pkgname=pugixml -version=1.13 +version=1.14 revision=1 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=On" short_desc="Light-weight, simple and fast XML parser for C++ with XPath support" maintainer="Enno Boland " license="MIT" -homepage="http://pugixml.org/" -distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz" -checksum=40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe +homepage="https://pugixml.org/" +changelog="https://github.com/zeux/pugixml/releases" +distfiles="https://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz" +checksum=2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015 post_install() { tail -22 readme.txt > LICENSE