gnupg: new at 2.4.3

This commit is contained in:
nitori 2024-01-01 21:52:12 +00:00
parent bb0dcf35a8
commit e7e6bae7eb
Signed by: nitori
GPG Key ID: 5FBB7757BFC813A8
5 changed files with 11 additions and 0 deletions

7
extra/gnupg/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
./configure --prefix=/usr
make
make DESTDIR="$1" install

1
extra/gnupg/checksums Normal file
View File

@ -0,0 +1 @@
e5e8f56b21da5c7fd791b494d193a80d2e072060663c41884b35e50cd8b8e61052

1
extra/gnupg/depends Normal file
View File

@ -0,0 +1 @@
libgcrypt

1
extra/gnupg/sources Normal file
View File

@ -0,0 +1 @@
https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.4.3.tar.bz2

1
extra/gnupg/version Normal file
View File

@ -0,0 +1 @@
2.4.3 1