mkvtoolnix: update to 74.0.0

This commit is contained in:
Matthias von Faber 2023-02-18 10:01:53 +01:00 committed by classabbyamp
parent 6ded04e14a
commit 12f2cc03c6
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'mkvtoolnix'
pkgname=mkvtoolnix
version=73.0.0
revision=2
version=74.0.0
revision=1
build_style=gnu-configure
build_helper=qmake
configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --enable-qt
@ -16,8 +16,8 @@ maintainer="Matthias von Faber <mvf@gmx.eu>"
license="GPL-2.0-only"
homepage="https://mkvtoolnix.download"
changelog="https://mkvtoolnix.download/doc/NEWS.md"
distfiles="https://mkvtoolnix.download/sources/${pkgname}-${version}.tar.xz"
checksum=f31a129723571b46a974bc5d57d73733c1245ee429afd6ddaf274038e94e2280
distfiles="https://mkvtoolnix.download/sources/mkvtoolnix-${version}.tar.xz"
checksum=b7dc8be6cb9170030de06b983f256ff3cb21efa3209f0efe8e079656fa3d5643
if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"