We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5220734 commit 8f68977Copy full SHA for 8f68977
README
@@ -40,3 +40,13 @@ If your `void-packages` or bootstrap is stale, update first:
40
$ cd void-packages
41
$ git pull origin master
42
$ ./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