From 1d52d5d4c29ab1f088378221ec5c14bf1796244d Mon Sep 17 00:00:00 2001 From: John Date: Mon, 17 Oct 2022 21:02:30 +0200 Subject: [PATCH] mlt7: update to 7.8.0. --- srcpkgs/mlt7/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mlt7/template b/srcpkgs/mlt7/template index 15c42683864..08c9b6a0505 100644 --- a/srcpkgs/mlt7/template +++ b/srcpkgs/mlt7/template @@ -1,7 +1,7 @@ # Template file for 'mlt7' pkgname=mlt7 -version=7.4.0 -revision=2 +version=7.8.0 +revision=1 wrksrc="mlt-${version}" build_style=cmake configure_args="-DSWIG_PYTHON=ON" @@ -17,7 +17,7 @@ maintainer="John " license="GPL-3.0-or-later, LGPL-2.1-or-later" homepage="https://mltframework.org/" distfiles="https://github.com/mltframework/mlt/archive/v${version}.tar.gz" -checksum=17c19843ffdbca66777aaadf39acb11829fd930eaded92f768cbcb8ae59a5f37 +checksum=4165e62e007e37d65e96517a45817517067897eedef4d83de7208dbd74b1f0f7 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat"