DOC Indicate that only one checksum entry can be provided

This commit is contained in:
Roman Yurchak 2018-08-06 18:20:24 +03:00
parent a24a7fe5f8
commit 4cdb390d3c
1 changed files with 2 additions and 0 deletions

View File

@ -68,10 +68,12 @@ The tarball may be in any of the formats supported by Python's
#### `source/md5` #### `source/md5`
The MD5 checksum of the tarball. It is recommended to use SHA256 instead of MD5. The MD5 checksum of the tarball. It is recommended to use SHA256 instead of MD5.
At most one checksum entry sould be provided per package.
#### `source/sha256` #### `source/sha256`
The SHA256 checksum of the tarball. It is recommended to use SHA256 instead of MD5. The SHA256 checksum of the tarball. It is recommended to use SHA256 instead of MD5.
At most one checksum entry sould be provided per package.
#### `source/patches` #### `source/patches`