summaryrefslogtreecommitdiff
path: root/makemkv
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-05 11:17:44 -0400
committerB Stack <bgstack15@gmail.com>2020-10-05 11:17:44 -0400
commit5db7b1f6504f1bb6f71ac2454cf5c74a81324e0a (patch)
tree8f4faa7d201c73d609553b0a5a7bdb2a949a4c69 /makemkv
parentMerge branch 'palemoon-bump' into master (diff)
downloadstackrpms-5db7b1f6504f1bb6f71ac2454cf5c74a81324e0a.tar.gz
stackrpms-5db7b1f6504f1bb6f71ac2454cf5c74a81324e0a.tar.bz2
stackrpms-5db7b1f6504f1bb6f71ac2454cf5c74a81324e0a.zip
makemkv 1.15.3 rc1
Diffstat (limited to 'makemkv')
-rw-r--r--makemkv/makemkv.spec5
-rw-r--r--makemkv/settings.conf.example6
2 files changed, 7 insertions, 4 deletions
diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec
index 5256ceb..9abca68 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.15.2
+Version: 1.15.3
Release: 10%{?dist}
License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+
URL: http://www.%{name}.com/
@@ -151,6 +151,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/libmmbd.so.0
%changelog
+* Mon Oct 05 2020 B Stack <bgstack15@gmail.com> - 1.15.3-10
+- Update
+
* Thu Jul 23 2020 B Stack <bgstack15@gmail.com> - 1.15.2-10
- Update
diff --git a/makemkv/settings.conf.example b/makemkv/settings.conf.example
index daa0535..026fead 100644
--- a/makemkv/settings.conf.example
+++ b/makemkv/settings.conf.example
@@ -1,12 +1,12 @@
#
-# MakeMKV settings file, written by MakeMKV v1.15.1 linux(x64-release)
-# suitable for version 1.15.2, expires 2020-08-31
+# MakeMKV settings file, written by MakeMKV v1.15.3 linux(x64-release)
+# suitable for version 1.15.3, expires 2020-10-31
# 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-pkCvTehL1cTwOH5BBwO2xs8kNUrpGUIEKolUqMgSr9pDasz0NCGOEsFbaFVK2V6Ux3"
+app_Key = "T-vBv3hO43Xc4XQNhZZCbnodBarVeXHoa8yne@DeRCCQsm6V7twX3jDI@O8hDkqTUlQf"
app_PreferredLanguage = "eng"
app_ccextractor = ""
bgstack15