tinyxml2: update to 9.0.0
This commit is contained in:
parent
6cde73f7b8
commit
83f8a470a0
|
@ -1203,7 +1203,7 @@ libgranite.so.5 granite-0.5.0_1
|
|||
libprotobuf-vala.so.0 libprotobuf-vala-0.1.0_1
|
||||
librlog.so.5 librlog-1.4_1
|
||||
libtinyxml.so.0 tinyxml-2.6.2_1
|
||||
libtinyxml2.so.8 tinyxml2-8.0.0_1
|
||||
libtinyxml2.so.9 tinyxml2-9.0.0_1
|
||||
libbluray.so.2 libbluray-1.0.0_1
|
||||
libnfs.so.13 libnfs-4.0.0_1
|
||||
libzip.so.5 libzip-1.7.3_2
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'tinyxml2'
|
||||
pkgname=tinyxml2
|
||||
version=8.0.0
|
||||
version=9.0.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-Dtinyxml2_SHARED_LIBS=true"
|
||||
short_desc="Simple, small and efficient C++ XML parser"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Zlib"
|
||||
homepage="http://www.grinninglizard.com/tinyxml2/index.html"
|
||||
distfiles="https://github.com/leethomason/tinyxml2/archive/${version}.tar.gz"
|
||||
checksum=6ce574fbb46751842d23089485ae73d3db12c1b6639cda7721bf3a7ee862012c
|
||||
checksum=cc2f1417c308b1f6acc54f88eb70771a0bf65f76282ce5c40e54cfe52952702c
|
||||
|
||||
tinyxml2-devel_package() {
|
||||
depends="tinyxml2-${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue