From 9e4464914bcc5c896d81f7ca1948f9bfbfb50886 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 13 Sep 2015 17:23:55 +0200 Subject: add --sha512 option + documentation for apt-ftparchive --- ftparchive/apt-ftparchive.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ftparchive') diff --git a/ftparchive/apt-ftparchive.cc b/ftparchive/apt-ftparchive.cc index 6f0fb1ac4..3f2af915b 100644 --- a/ftparchive/apt-ftparchive.cc +++ b/ftparchive/apt-ftparchive.cc @@ -1032,6 +1032,7 @@ int main(int argc, const char *argv[]) {0,"md5","APT::FTPArchive::MD5",0}, {0,"sha1","APT::FTPArchive::SHA1",0}, {0,"sha256","APT::FTPArchive::SHA256",0}, + {0,"sha512","APT::FTPArchive::SHA512",0}, {'v',"version","version",0}, {'d',"db","APT::FTPArchive::DB",CommandLine::HasArg}, {'s',"source-override","APT::FTPArchive::SourceOverride",CommandLine::HasArg}, -- cgit v1.2.3