diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-24 22:51:14 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-24 22:51:14 +0200 |
commit | 2ca0a410fadaa3c01d4573a87c074cb8e64a02c4 (patch) | |
tree | 2d3ca8581e85da7239bfc5b8f6d0783bb14f72db /apt-pkg/tagfile.cc | |
parent | c64d1644ae0fd1af92c80a91a6c17b57f0b8f313 (diff) | |
parent | a46272c01ef6fda081250b63ff0b6b76ec671cda (diff) |
* merged ajs apt-ftparchive branch
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 79ff18de4..25e2930fa 100644 --- a/apt-pkg/tagfile.cc +++ b/apt-pkg/tagfile.cc @@ -343,7 +343,8 @@ static const char *iTFRewritePackageOrder[] = { "Filename", "Size", "MD5Sum", - "SHA1Sum", + "SHA1", + "SHA256", "MSDOS-Filename", // Obsolete "Description", 0}; |