From 2f20e68345bfcaccd4f6daabdec160c14263728a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gero=20Schw=C3=A4ricke?= Date: Tue, 28 Jul 2026 11:28:12 +0200 Subject: [PATCH] Manual: update checksum command --- Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index e85cfb57d284be..137b42d1acd4a8 100644 --- a/Manual.md +++ b/Manual.md @@ -542,8 +542,8 @@ If a distfile changes its checksum for every download because it is packaged on the fly on the server, like e.g. snapshot tarballs from any of the `https://*.googlesource.com/` sites, the checksum of the `archive contents` can be specified by prepending a commercial at (@). -For tarballs you can find the contents checksum by using the command -`tar xf --to-stdout | sha256sum`. +For tarballs you can find the checksum by using the command +`xbps-digest ` or `sha256sum `. - `wrksrc` The directory name where the package sources are extracted, set to `${pkgname}-${version}`.