summaryrefslogtreecommitdiff
path: root/makemkv
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-11-05 09:45:29 -0400
committerB. Stack <bgstack15@gmail.com>2021-11-05 09:45:29 -0400
commit6c2239fb1fc3f02aa75815a7f4ee75bd40079587 (patch)
tree1c81aa5a11aeb8657ae8642d353e3e461722a5b2 /makemkv
parentMerge branch 'notepadpp-bump' into 'master' (diff)
downloadstackrpms-6c2239fb1fc3f02aa75815a7f4ee75bd40079587.tar.gz
stackrpms-6c2239fb1fc3f02aa75815a7f4ee75bd40079587.tar.bz2
stackrpms-6c2239fb1fc3f02aa75815a7f4ee75bd40079587.zip
makemkv 1.16.5 rc1
Diffstat (limited to 'makemkv')
-rw-r--r--makemkv/makemkv.spec5
-rw-r--r--makemkv/settings.conf.example4
2 files changed, 6 insertions, 3 deletions
diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec
index 313a1eb..5cc16e5 100644
--- a/makemkv/makemkv.spec
+++ b/makemkv/makemkv.spec
@@ -13,7 +13,7 @@
Summary: DVD and Blu-ray to MKV converter and network streamer
Name: makemkv
-Version: 1.16.4
+Version: 1.16.5
Release: 10%{?dist}
License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+
URL: http://www.%{name}.com/
@@ -152,6 +152,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/libmmbd.so.0
%changelog
+* Fri Nov 05 2021 B. Stack <bgstack15@gmail.com> - 1.16.5-10
+- Update
+
* Thu Jul 08 2021 B. Stack <bgstack15@gmail.com> - 1.16.4-10
- Update
diff --git a/makemkv/settings.conf.example b/makemkv/settings.conf.example
index f341676..14a017e 100644
--- a/makemkv/settings.conf.example
+++ b/makemkv/settings.conf.example
@@ -1,12 +1,12 @@
#
# MakeMKV settings file, written by MakeMKV v1.16.3 linux(x64-release)
-# suitable for version 1.16.4 as of 2021-07-08
+# suitable for version 1.16.5 as of 2021-11-05
# However, I think now as of 1.15.2, the application will work without this app_Key value; if app_Key is left undefined the application should work.
app_DestinationDir = ""
app_InterfaceLanguage = "eng"
app_Java = ""
-app_Key = "T-oDpQwQnTwMvNEFulk0bRciM7SWtVkY9ODCy8g8q1oHjUwZWkX0bkAPNZmCaKVNoWZv"
+app_Key = "T-TwE7WcJc3CdIsCfVWztmTjeXqLsgGE8MApbZpXqf5ofCoKTw8qIcSBb71vQzrkZ0fW"
app_PreferredLanguage = "eng"
app_ccextractor = ""
bgstack15