mirror of https://github.com/CrimsonTome/tldr.git
18 lines
319 B
Markdown
18 lines
319 B
Markdown
|
# updpkgsums
|
||
|
|
||
|
> Update the checksums of the sources in a `PKGBUILD`.
|
||
|
> Unless a preexisting hashing algorithm is used, SHA256 will be used.
|
||
|
> More information: <https://manned.org/updpkgsums>.
|
||
|
|
||
|
- Update the checksums in a `PKGBUILD`:
|
||
|
|
||
|
`updpkgsums`
|
||
|
|
||
|
- Display Version:
|
||
|
|
||
|
`updpkgsums -v`
|
||
|
|
||
|
- Display help:
|
||
|
|
||
|
`updpkgsums -h`
|