libyaml: update to 0.1.6.
This commit is contained in:
parent
19f3a64de8
commit
d251a5aac5
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libyaml'
|
# Template file for 'libyaml'
|
||||||
pkgname=libyaml
|
pkgname=libyaml
|
||||||
version=0.1.5
|
version=0.1.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="yaml-${version}"
|
wrksrc="yaml-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://pyyaml.org/wiki/LibYAML"
|
homepage="http://pyyaml.org/wiki/LibYAML"
|
||||||
distfiles="http://pyyaml.org/download/libyaml/yaml-${version}.tar.gz"
|
distfiles="http://pyyaml.org/download/libyaml/yaml-${version}.tar.gz"
|
||||||
checksum=fa87ee8fb7b936ec04457bc044cd561155e1000a4d25029867752e543c2d3bef
|
checksum=7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||||
|
|
Loading…
Reference in New Issue