diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2013-01-14 07:09:51 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2013-01-14 07:09:51 +0100 |
commit | cb6a2b3eaca4353d7f490fb360b98c08d64a2d8c (patch) | |
tree | 3be3ede7ee9bb1388a3bd079c62481034605b09a /apt-pkg/srcrecords.h | |
parent | 72663b44179f4c6f3ec2e4ec25d8df3c4590b222 (diff) |
first iteration that adds support for checksums-{sha512,sha256}
Diffstat (limited to 'apt-pkg/srcrecords.h')
-rw-r--r-- | apt-pkg/srcrecords.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/srcrecords.h b/apt-pkg/srcrecords.h index ed69d0d72..7cb490079 100644 --- a/apt-pkg/srcrecords.h +++ b/apt-pkg/srcrecords.h @@ -31,7 +31,7 @@ class pkgSrcRecords // Describes a single file struct File { - std::string MD5Hash; + std::string Hash; unsigned long Size; std::string Path; std::string Type; |