diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2022-07-13 07:07:04 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2022-07-14 07:19:17 +0000 |
commit | 40da840a95fe2301462c2105a486aaa26531b7c1 (patch) | |
tree | d5137d71644845be799a01a97fd51724017ac46c | |
parent | b6d8f5b4bcee9b139257937857b02ca4255c0869 (diff) | |
download | ports-40da840a95fe2301462c2105a486aaa26531b7c1.tar.gz ports-40da840a95fe2301462c2105a486aaa26531b7c1.zip |
multimedia/mkvtoolnix: Update to upstream release 69.0.0
Details:
- Fixes and enhancements, see:
https://mkvtoolnix.download/doc/NEWS.md
- Consistent use of American English in program options as well as JSON
structures. This is a potentially breaking change, but as these
have been introduced just recently in 68.0.0 end of May, the expected
number of affected users is reasonably low.
MFH: 2022Q3
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index f9a5dcaf9a74..c5fe734122ed 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -1,7 +1,7 @@ # Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> PORTNAME= mkvtoolnix -PORTVERSION= 68.0.0 +PORTVERSION= 69.0.0 CATEGORIES= multimedia audio MASTER_SITES= https://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ diff --git a/multimedia/mkvtoolnix/distinfo b/multimedia/mkvtoolnix/distinfo index b017c5aa8cb6..dcc27a64cefb 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654340047 -SHA256 (mkvtoolnix-68.0.0.tar.xz) = 9c29c61ef3496b18585c1e370bc7e121f7cfe1f8c35b851e7319a6b8325fd66f -SIZE (mkvtoolnix-68.0.0.tar.xz) = 10911424 +TIMESTAMP = 1657611617 +SHA256 (mkvtoolnix-69.0.0.tar.xz) = 8bad39de495be6e77346cffb4c334c5195edec1a2d79a27ba01b7a372db180aa +SIZE (mkvtoolnix-69.0.0.tar.xz) = 10946800 |