summaryrefslogtreecommitdiff
path: root/makemkv
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-04-01 13:05:32 -0400
committerB Stack <bgstack15@gmail.com>2021-04-01 13:05:32 -0400
commit83d278aa6307a54b155a911c405daeffc29ec8b3 (patch)
tree45e9ae5a4b4091da906fa68b96ee028f5d42b44e /makemkv
parentMerge branch 'xdg-themes-bump' into 'master' (diff)
downloadstackrpms-83d278aa6307a54b155a911c405daeffc29ec8b3.tar.gz
stackrpms-83d278aa6307a54b155a911c405daeffc29ec8b3.tar.bz2
stackrpms-83d278aa6307a54b155a911c405daeffc29ec8b3.zip
makemkv 1.16.3 rc1
Diffstat (limited to 'makemkv')
-rw-r--r--makemkv/makemkv.spec17
-rw-r--r--makemkv/settings.conf.example6
2 files changed, 13 insertions, 10 deletions
diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec
index 7f75cbe..5f03e69 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.4
+Version: 1.16.3
Release: 10%{?dist}
License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+
URL: http://www.%{name}.com/
@@ -152,22 +152,25 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/libmmbd.so.0
%changelog
-* Tue Dec 15 2020 B Stack <bgstack15@gmail.com> - 1.15.4-10
+* Thu Apr 01 2021 B. Stack <bgstack15@gmail.com> - 1.16.3-10
- Update
-* Mon Oct 05 2020 B Stack <bgstack15@gmail.com> - 1.15.3-10
+* Tue Dec 15 2020 B. Stack <bgstack15@gmail.com> - 1.15.4-10
- Update
-* Thu Jul 23 2020 B Stack <bgstack15@gmail.com> - 1.15.2-10
+* Mon Oct 05 2020 B. Stack <bgstack15@gmail.com> - 1.15.3-10
- Update
-* Thu Apr 16 2020 B Stack <bgstack15@gmail.com> - 1.15.1-10
+* Thu Jul 23 2020 B. Stack <bgstack15@gmail.com> - 1.15.2-10
- Update
-* Wed Dec 04 2019 B Stack <bgstack15@gmail.com> - 1.14.7-10
+* Thu Apr 16 2020 B. Stack <bgstack15@gmail.com> - 1.15.1-10
- Update
-* Mon Nov 11 2019 B Stack <bgstack15@gmail.com> - 1.14.5-10
+* Wed Dec 04 2019 B. Stack <bgstack15@gmail.com> - 1.14.7-10
+- Update
+
+* Mon Nov 11 2019 B. Stack <bgstack15@gmail.com> - 1.14.5-10
- Add stackrpms customizations
* Thu Sep 12 2019 Simone Caronni <negativo17@gmail.com> - 1.14.5-1
diff --git a/makemkv/settings.conf.example b/makemkv/settings.conf.example
index bd8bb45..33a8ec7 100644
--- a/makemkv/settings.conf.example
+++ b/makemkv/settings.conf.example
@@ -1,12 +1,12 @@
#
-# MakeMKV settings file, written by MakeMKV v1.15.4 linux(x64-release)
-# suitable for version 1.15.4 as of 2020-12-15
+# MakeMKV settings file, written by MakeMKV v1.16.3 linux(x64-release)
+# suitable for version 1.16.3 as of 2021-04-01
# 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-gco77foDGdw0bI6tKKFxDorZSRn12AHy85tDdl1rS6QpUv5p5JFWPEj7e0nYV8iU8o"
+app_Key = "T-bzbIz9GKcA8KINjhv127mYiwwEuFmEiGa1aUNH7gdvOPCqvhQVXPnDdDlm62663Bo0"
app_PreferredLanguage = "eng"
app_ccextractor = ""
bgstack15