mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 11:42:28 +00:00
23 lines
411 B
Plaintext
23 lines
411 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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 help:
|
|
|
|
`updpkgsums -h`
|
|
|
|
- Display version:
|
|
|
|
`updpkgsums -v`
|