docs: update

This commit is contained in:
Dylan Araps 2019-05-09 15:51:37 +03:00
parent 46548440d4
commit 144ec973f5
1 changed files with 9 additions and 0 deletions

View File

@ -56,6 +56,7 @@ done < depends
* [`sources`](#sources)
* [`depends`](#depends)
* [`version`](#version)
* [`checksums`](#checksums)
<!-- vim-markdown-toc -->
@ -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
```