Fix typo in new_packages

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

View File

@ -68,12 +68,12 @@ The tarball may be in any of the formats supported by Python's
#### `source/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.
At most one checksum entry should be provided per package.
#### `source/sha256`
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.
At most one checksum entry should be provided per package.
#### `source/patches`