diff options
author | M.Dinslage <matthewdinslage@gmail.com> | 2023-03-30 19:17:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:11 +0700 |
commit | c69a7fc7a6eea81eb583afe0b51dd59fc6be7fb6 (patch) | |
tree | 3311192d441ed1b8bc11ab0885595708c68a6cbc /multimedia/makemkv/makemkv.SlackBuild | |
parent | 52409dddce7687d964f68ddd5b2be0b9bbb9eb9f (diff) |
multimedia/makemkv: Updated for version 1.17.3. New maintainer.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/makemkv/makemkv.SlackBuild')
-rw-r--r-- | multimedia/makemkv/makemkv.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/makemkv/makemkv.SlackBuild b/multimedia/makemkv/makemkv.SlackBuild index bbdde64d1ad61..488b27125a653 100644 --- a/multimedia/makemkv/makemkv.SlackBuild +++ b/multimedia/makemkv/makemkv.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for MakeMKV # Copyright 2019 T3slider <t3slider@gmail.com> +# Copyright 2023 Matt Dinslage <matthhewdinslage@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=makemkv -VERSION=${VERSION:-1.14.4} +VERSION=${VERSION:-1.17.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |