Home GnuPG

Update list of GnuPG files

Description

Update list of GnuPG files

I got the updated list with the following command:

7z l src/playground/install/pkgs/gnupg-w32-2.3.7_20220711/\
gnupg-w32-2.3.7_20220711-bin.exe | grep ^20 \
| grep -v -E "PLUGINSDIR|files$|tmp$|prf$" \
| sed 's/.* //' \
| xargs -I {} echo '  "../GnuPG/{}",' \
| LANG=C sort

Details

Provenance
ikloeckerAuthored on Dec 6 2022, 1:46 PM
Parents
rW67c8e50ac8ea: Sort GnuPG files for easier diff'ing
Branches
Unknown
Tags
Unknown