From 65620c1ce45deb4c7d8f13e6e164a3f602640620 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Mon, 27 Apr 2020 10:28:21 -0400 Subject: [PATCH] libyaml: update to 0.2.4. --- srcpkgs/libyaml/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libyaml/template b/srcpkgs/libyaml/template index c5cc5a672f6d97..ee8c5e314911ce 100644 --- a/srcpkgs/libyaml/template +++ b/srcpkgs/libyaml/template @@ -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 " 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() {