diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-08 15:20:34 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-08 15:20:34 +0000 |
commit | cde41ae88e2742b905991e9e2ebbb535e61eb6d1 (patch) | |
tree | 064e551344017c56228e9b7c110a2f4012c5b0ff /apt-pkg/tagfile.cc | |
parent | ad97ee36860c237427dc38ac8ef7f537ac275d77 (diff) |
* added ajs patch
Diffstat (limited to 'apt-pkg/tagfile.cc')
-rw-r--r-- | apt-pkg/tagfile.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/tagfile.cc b/apt-pkg/tagfile.cc index cae0fa819..1fa007940 100644 --- a/apt-pkg/tagfile.cc +++ b/apt-pkg/tagfile.cc @@ -394,7 +394,8 @@ static const char *iTFRewritePackageOrder[] = { "Filename", "Size", "MD5Sum", - "SHA1Sum", + "SHA1", + "SHA256", "MSDOS-Filename", // Obsolete "Description", 0}; |