libyaml: update to 0.2.4.
This commit is contained in:
parent
6c59683d0b
commit
89485b94ff
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libyaml'
|
||||
pkgname=libyaml
|
||||
version=0.2.2
|
||||
revision=2
|
||||
version=0.2.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="Fast YAML 1.1 parser and emitter library"
|
||||
|
@ -9,14 +9,14 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="https://pyyaml.org/wiki/LibYAML"
|
||||
distfiles="https://github.com/yaml/libyaml/archive/${version}.tar.gz"
|
||||
checksum=46bca77dc8be954686cff21888d6ce10ca4016b360ae1f56962e6882a17aa1fe
|
||||
checksum=02265e0229675aea3a413164b43004045617174bdb2c92bf6782f618f8796b55
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense License
|
||||
}
|
||||
|
||||
libyaml-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue