mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pugixml: update to 1.14.
This commit is contained in:
parent
1fb4bb7e94
commit
9336b6ee0c
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'pugixml'
|
# Template file for 'pugixml'
|
||||||
pkgname=pugixml
|
pkgname=pugixml
|
||||||
version=1.13
|
version=1.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=On"
|
configure_args="-DBUILD_SHARED_LIBS=On"
|
||||||
short_desc="Light-weight, simple and fast XML parser for C++ with XPath support"
|
short_desc="Light-weight, simple and fast XML parser for C++ with XPath support"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://pugixml.org/"
|
homepage="https://pugixml.org/"
|
||||||
distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz"
|
changelog="https://github.com/zeux/pugixml/releases"
|
||||||
checksum=40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe
|
distfiles="https://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz"
|
||||||
|
checksum=2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
tail -22 readme.txt > LICENSE
|
tail -22 readme.txt > LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue