From b728b0eb764dce8493eaf3f6c661e6aafcdc042f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 25 Mar 2017 18:33:45 +0200 Subject: Force summain checksum algorithm Summain default has changed, so to be compatible with old summain output files, we have to force the checksum algorithm to what the old default was. --- obnamlib/plugins/show_plugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'obnamlib/plugins/show_plugin.py') diff --git a/obnamlib/plugins/show_plugin.py b/obnamlib/plugins/show_plugin.py index 79ccde10..3556f62f 100644 --- a/obnamlib/plugins/show_plugin.py +++ b/obnamlib/plugins/show_plugin.py @@ -1,4 +1,5 @@ # Copyright (C) 2009-2016 Lars Wirzenius +# Copyright (C) 2017 SanskritFritz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.1