From 4cdb390d3cc1c5c24854149f573398c3105cbb51 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Mon, 6 Aug 2018 18:20:24 +0300 Subject: [PATCH] DOC Indicate that only one checksum entry can be provided --- docs/new_packages.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/new_packages.md b/docs/new_packages.md index 8842a353a..438e878eb 100644 --- a/docs/new_packages.md +++ b/docs/new_packages.md @@ -68,10 +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. #### `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. #### `source/patches`