textproc/pugixml: Update to 1.11.4
Changelog: https://github.com/zeux/pugixml/releases PR: 252374 Submitted by: daniel.engberg.lists@pyret.net Approved by: arrowd, tcberner (mentors, implicit)
This commit is contained in:
parent
00fe8b7981
commit
b16c47ce3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560020
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pugixml
|
||||
DISTVERSION= 1.11.1
|
||||
DISTVERSION= 1.11.4
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${DISTVERSION}/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1607935115
|
||||
SHA256 (pugixml-1.11.1.tar.gz) = 9dce9f0a3756c5ab84ab7466c99972d030021d81d674f5d38b9e30e9a3ec4922
|
||||
SIZE (pugixml-1.11.1.tar.gz) = 386133
|
||||
TIMESTAMP = 1609659949
|
||||
SHA256 (pugixml-1.11.4.tar.gz) = 8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716
|
||||
SIZE (pugixml-1.11.4.tar.gz) = 386229
|
||||
|
|
|
@ -7,4 +7,4 @@ pugixml is a light-weight C++ XML processing library. It features:
|
|||
* Full Unicode support with Unicode interface variants and automatic encoding
|
||||
conversions
|
||||
|
||||
WWW: http://pugixml.org/
|
||||
WWW: https://pugixml.org/
|
||||
|
|
Loading…
Reference in a new issue