diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-11-12 10:23:04 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-11-12 11:25:18 +0000 |
commit | 72f2dae1cc7ca63e772dab45a4942937848f1e97 (patch) | |
tree | 16460d3bc4875e0671389f5b6acda5b01333127a | |
parent | 5f2950e81b41f53158f6a9b3dabb7e8fa65a91f3 (diff) | |
download | aports-72f2dae1cc7ca63e772dab45a4942937848f1e97.tar.bz2 aports-72f2dae1cc7ca63e772dab45a4942937848f1e97.tar.xz |
community/mkvtoolnix: upgrade to 40.0.0
-rw-r--r-- | community/mkvtoolnix/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mkvtoolnix/APKBUILD b/community/mkvtoolnix/APKBUILD index 43ad799750..7f7286b928 100644 --- a/community/mkvtoolnix/APKBUILD +++ b/community/mkvtoolnix/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=mkvtoolnix -pkgver=39.0.0 +pkgver=40.0.0 pkgrel=0 pkgdesc="Set of tools to create, edit and inspect Matroska files" url="https://mkvtoolnix.download/index.html" @@ -44,4 +44,4 @@ gui() { mv "$pkgdir"/usr/share "$subpkgdir"/usr/ } -sha512sums="fd024e2d74e7bb162b744991e9fd2b1346af0c1a213278dc646ccd52e95fccffee84eff3fd00bf16650e97b360831e20c934083ab9f7d669241e34ef3a1a403d mkvtoolnix-39.0.0.tar.xz" +sha512sums="913b654a6372bd5b51de5b22d55de2cd06ab69bdaedcd52d39e0bb0716d4a7ef95f2245ff098116c929bdfbd937025ef7f288b6b9b9177c1fd1206cd6d1c57dc mkvtoolnix-40.0.0.tar.xz" |