1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 21:17:57 +01:00

updpkgsums: add page (#7575)

This commit is contained in:
CleanMachine1 2021-12-26 15:18:19 +00:00 committed by GitHub
parent 018d7f57fb
commit c3c02d0369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
pages/linux/updpkgsums.md Normal file
View file

@ -0,0 +1,17 @@
# 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`