Skip to content

Commit 8f68977

Browse files
authored
README: add integrity section
1 parent 5220734 commit 8f68977

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,13 @@ If your `void-packages` or bootstrap is stale, update first:
4040
$ cd void-packages
4141
$ git pull origin master
4242
$ ./xbps-src bootstrap-update
43+
44+
Integrity
45+
---------
46+
The build process is fully transparent and package integrity can be verified
47+
using the checksums displayed in the GitHub Actions build logs.
48+
49+
Verify a downloaded package against the log:
50+
$ sha256sum librewolf-<version>_<revision>.<arch>.xbps
51+
52+
This manual check is necessary for integrity as GitHub Releases are mutable.

0 commit comments

Comments
 (0)