33using BinaryBuilder
44
55name = " GnuPG"
6- version = v" 2.4.8 "
6+ version = v" 2.5.16 "
77
88# Collection of sources required to build libgcrypt
99sources = [
1010 ArchiveSource(" https://gnupg.org/ftp/gcrypt/gnupg/gnupg-$(version) .tar.bz2" ,
11- " b58c80d79b04d3243ff49c1c3fc6b5f83138eb3784689563bcdd060595318616 " ),
11+ " 05144040fedb828ced2a6bafa2c4a0479ee4cceacf3b6d68ccc75b175ac13b7e " ),
1212 DirectorySource(" bundled" ),
1313]
1414
@@ -36,8 +36,6 @@ make install
3636# platforms are passed in on the command line. We are manually disabling
3737# many platforms that do not seem to work.
3838platforms = supported_platforms()
39- # Missing dependencies
40- filter!(p -> arch(p) != " riscv64" , platforms)
4139
4240# The products that we will ensure are always built
4341products = [
@@ -64,17 +62,17 @@ dependencies = [
6462 # We need this to run a host msgfmt executable
6563 HostBuildDependency(" Gettext_jll" ),
6664 Dependency(" OpenSSL_jll" ; compat= " 3.0.15" ),
67- Dependency(" Libksba_jll" ),
68- Dependency(" Libgcrypt_jll" ),
69- Dependency(" Libgpg_error_jll" ; compat= " 1.51.0 " ),
70- Dependency(" nPth_jll" ),
65+ Dependency(" Libksba_jll" ; compat = " 1.6.8 " ),
66+ Dependency(" Libgcrypt_jll" ; compat = " 1.11.2 " ),
67+ Dependency(" Libgpg_error_jll" ; compat= " 1.58 " ),
68+ Dependency(" nPth_jll" ; compat = " 1.8.1 " ),
7169 Dependency(" Zlib_jll" ),
72- Dependency(" Libassuan_jll" ),
70+ Dependency(" Libassuan_jll" ; compat = " 3.0.2 " ),
7371 Dependency(" OpenLDAPClient_jll" ),
74- Dependency(" Bzip2_jll" ; compat= " 1.0.8 " ),
72+ Dependency(" Bzip2_jll" ; compat= " 1.0.9 " ),
7573 Dependency(" SQLite_jll" ),
7674 Dependency(" libusb_jll" ),
77- Dependency(" Nettle_jll" ; compat= " ~3.10.0 " ),
75+ Dependency(" Nettle_jll" ; compat= " ~3.10.1 " ),
7876]
7977
8078# Build the tarballs, and possibly a `build.jl` as well.
0 commit comments