libyaml: update to 0.2.2.
This commit is contained in:
parent
da025997fa
commit
24b1d56cc6
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'libyaml'
|
# Template file for 'libyaml'
|
||||||
pkgname=libyaml
|
pkgname=libyaml
|
||||||
version=0.2.1
|
version=0.2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="Fast YAML 1.1 parser and emitter library"
|
short_desc="Fast YAML 1.1 parser and emitter library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://pyyaml.org/wiki/LibYAML"
|
homepage="http://pyyaml.org/wiki/LibYAML"
|
||||||
distfiles="https://github.com/yaml/libyaml/archive/${version}.tar.gz"
|
distfiles="https://github.com/yaml/libyaml/archive/${version}.tar.gz"
|
||||||
checksum=1d2aeb87f7d317f1496e4c39410d913840714874a354970300f375eec9303dc4
|
checksum=46bca77dc8be954686cff21888d6ce10ca4016b360ae1f56962e6882a17aa1fe
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in New Issue