diff options
author | Michael Vogt <egon@bottom> | 2006-03-30 03:08:58 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-03-30 03:08:58 +0200 |
commit | deb8d32b776073592c9e77a1f3786c251cc8f5eb (patch) | |
tree | 40a81da75f9a05f5925441dab9fe3aaa9f3eb7ee /apt-pkg/tagfile.cc | |
parent | 5975dc1b05329820b50d86185cf245ec42ae536f (diff) | |
parent | cde41ae88e2742b905991e9e2ebbb535e61eb6d1 (diff) |
* merged the apt-ftparchive improvments by aj (thanks dude!)
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}; |