]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
remove no longer needed replaces for libapt-pkg4.11 and libapt-inst1.3
[apt.git] / cmdline / apt-get.cc
index 65eaef0d84d298bb492f80ac2dbebb0cfb71704b..66ebd30b817ee0e9cd8e8c8ee9cdd79f460e716c 100644 (file)
@@ -2299,6 +2299,8 @@ bool DoDownload(CommandLine &CmdL)
       strprintf(descr, _("Downloading %s %s"), Pkg.Name(), Ver.VerStr());
       // get the most appropriate hash
       HashString hash;
+      if (rec.SHA512Hash() != "")
+         hash = HashString("sha512", rec.SHA512Hash());
       if (rec.SHA256Hash() != "")
          hash = HashString("sha256", rec.SHA256Hash());
       else if (rec.SHA1Hash() != "")