From 144ec973f512b3939c836b70c18ffaad45819530 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 9 May 2019 15:51:37 +0300 Subject: [PATCH] docs: update --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9dbcfe1f..a39e6930 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ done < depends * [`sources`](#sources) * [`depends`](#depends) * [`version`](#version) +* [`checksums`](#checksums) @@ -121,3 +122,11 @@ The `version` file contains the package's version as well as its release number. ``` 1.2.11 1 ``` + +## `checksums` + +The `checksums` file contains the `sha256` sums of each entry in the `sources` file. This is generated and verified automatically. + +``` +c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 zlib-1.2.11.tar.gz +```