yaml-cpp: update to 0.6.2.
This commit is contained in:
parent
d3c26f4ba6
commit
605d6f56ee
2 changed files with 5 additions and 7 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'yaml-cpp'
|
# Template file for 'yaml-cpp'
|
||||||
pkgname=yaml-cpp
|
pkgname=yaml-cpp
|
||||||
version=0.5.3
|
version=0.6.2
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=${pkgname}-release-${version}
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=ON -DYAML_CPP_BUILD_TOOLS=OFF"
|
configure_args="-DBUILD_SHARED_LIBS=ON -DYAML_CPP_BUILD_TOOLS=OFF"
|
||||||
makedepends="boost-devel"
|
|
||||||
short_desc="A YAML parser and emitter in C++"
|
short_desc="A YAML parser and emitter in C++"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jbeder/yaml-cpp"
|
homepage="https://github.com/jbeder/yaml-cpp"
|
||||||
distfiles="https://github.com/jbeder/${pkgname}/archive/release-${version}.tar.gz"
|
distfiles="https://github.com/jbeder/${pkgname}/archive/yaml-cpp-${version}.tar.gz"
|
||||||
checksum=3492d9c1f4319dfd5588f60caed7cec3f030f7984386c11ed4b39f8e3316d763
|
checksum=e4d8560e163c3d875fd5d9e5542b5fd5bec810febdcba61481fe5fc4e6b1fd05
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
pattern='release-\K[\d.]+'
|
|
Loading…
Reference in a new issue