From 1ea4c90e42696669c2e74ad05fbad460bcc3b3e2 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 8 Dec 2019 17:39:16 -0600 Subject: [PATCH] libebml: update to 1.3.10 Signed-off-by: Nathan Owens --- srcpkgs/libebml/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libebml/template b/srcpkgs/libebml/template index 4b3e5bef448..941e50419eb 100644 --- a/srcpkgs/libebml/template +++ b/srcpkgs/libebml/template @@ -1,6 +1,6 @@ # Template file for 'libebml' pkgname=libebml -version=1.3.9 +version=1.3.10 revision=1 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON" @@ -9,7 +9,7 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://dl.matroska.org/downloads/libebml/" distfiles="https://dl.matroska.org/downloads/libebml/libebml-${version}.tar.xz" -checksum=c6b6c6cd8b20a46203cb5dce636883aef68beb2846f1e4103b660a7da2c9c548 +checksum=c6a792f4127b8059bc446fb32391e6633811f45748d7d7ba873d7028362f5e3e libebml-devel_package() { depends="libebml>=${version}_${revision}"