From 7f6d626200b4daf4021de062f1e94f3a8f72a885 Mon Sep 17 00:00:00 2001 From: "brian m. carlson" Date: Wed, 27 Apr 2022 20:40:29 +0000 Subject: [PATCH] README: mention new hash file Indicate that there are also additional hashes in another file in the README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0150f65d..b5051fd0 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,11 @@ the file you want like so: $ gpg -d sha256sums.asc | grep git-lfs-linux-amd64-v2.10.0.tar.gz | shasum -a 256 -c ``` +For the convenience of distributors, we also provide a wider variety of signed +hashes in the `hashes.asc` file. Those hashes are in the tagged BSD format, but +can be verified with Perl's `shasum` or the GNU hash utilities, just like the +ones in `sha256sums.asc`. + ## Example Usage To begin using Git LFS within a Git repository that is not already configured