summaryrefslogtreecommitdiff
path: root/makemkv
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-05-30 08:27:02 -0400
committerB. Stack <bgstack15@gmail.com>2023-05-30 08:28:34 -0400
commita5d0265525e78ea6a44cd125ce039b0e4e7d271f (patch)
treedaecd315f6e84131ca580311d1989dfc48b5ac02 /makemkv
parentnotepadpp (diff)
downloadstackrpms-a5d0265525e78ea6a44cd125ce039b0e4e7d271f.tar.gz
stackrpms-a5d0265525e78ea6a44cd125ce039b0e4e7d271f.tar.bz2
stackrpms-a5d0265525e78ea6a44cd125ce039b0e4e7d271f.zip
makemkv 1.17.4 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 df851cd..6bf7a3a 100644
--- a/makemkv/makemkv.spec
+++ b/makemkv/makemkv.spec
@@ -15,7 +15,7 @@
Summary: DVD and Blu-ray to MKV converter and network streamer
Name: makemkv
-Version: 1.17.2
+Version: 1.17.4
Release: 10%{?dist}
License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+
URL: http://www.%{name}.com/
@@ -171,6 +171,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/libmmbd.so.0
%changelog
+* Tue May 30 2023 B. Stack <bgstack15@gmail.com> - 1.17.4-10
+- Update version
+
* Tue Oct 18 2022 B. Stack <bgstack15@gmail.com> - 1.17.2-10
- Update version
diff --git a/makemkv/settings.conf.example b/makemkv/settings.conf.example
index b6e9773..8685bc0 100644
--- a/makemkv/settings.conf.example
+++ b/makemkv/settings.conf.example
@@ -1,11 +1,11 @@
#
# MakeMKV settings file, written by MakeMKV v1.17.2 linux(x64-release)
-# suitable for version 1.17.2 as of 2022-10-18
+# suitable for version 1.17.4 as of 2023-05-30
# 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-@JHhXcz39jcunh8zpX9xpHF2ifU@UUwdYFjxeisULfpBJNt@Z1YBJaxFUCqp7G2VyQ"
+app_Key = "T-LrMaMHZQshJkxCXaUIhAlwmQW3aFFsgWdR1MbMd43RUtQG8Qhijh2FEOBa5BjpQkv4"
app_PreferredLanguage = "eng"
app_ccextractor = ""
bgstack15