// an error here indicates that we have two different hashes for the same file
if (file->Hashes.push_back(hashString) == false)
return _error->Error("Error parsing checksum in %s of source package %s", checksumField.c_str(), Package().c_str());
// an error here indicates that we have two different hashes for the same file
if (file->Hashes.push_back(hashString) == false)
return _error->Error("Error parsing checksum in %s of source package %s", checksumField.c_str(), Package().c_str());
F.Size = strtoull(size.c_str(), NULL, 10);
F.Hashes.push_back(hashString);
F.Size = strtoull(size.c_str(), NULL, 10);
F.Hashes.push_back(hashString);