Use SHA1, not MD5

This commit is contained in:
Andrew M. Kuchling 2003-03-30 15:01:31 +00:00
parent 2fc84d184a
commit 9c4d42499a
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ Database Contents
* The owner and group of the file, separated by a tab.
On Windows, these fields will both be 'unknown'.
* An MD5 digest of the file, encoded in hex.
* A SHA1 digest of the file, encoded in hex.
A package that uses the Distutils for installation should
automatically update the database. Packages that roll their own