gnutls: Update to version 3.8.3

This commit is contained in:
github-actions[bot] 2024-01-16 12:30:14 +00:00
parent ae8b02cf0e
commit c52235de6b

View File

@ -1,17 +1,17 @@
{ {
"version": "3.8.2", "version": "3.8.3",
"description": "GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them.", "description": "GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them.",
"homepage": "https://www.gnutls.org", "homepage": "https://www.gnutls.org",
"license": "LGPL-2.1-or-later,GPL-3.0-or-later", "license": "LGPL-2.1-or-later,GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.2-w64.zip", "url": "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.3-w64.zip",
"hash": "407776a8f39ff42b93f65b8d14a0920b5a60e866eac6a058ade19245801184d5", "hash": "e4cc8be409585ff6830cace996d9587b7131b4a96fa7e94a2774e71eb9c1b10e",
"extract_dir": "win64-build" "extract_dir": "win64-build"
}, },
"32bit": { "32bit": {
"url": "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.2-w32.zip", "url": "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.3-w32.zip",
"hash": "4d16239f93f66878297929bfe86771668a40114fb515b5622119e7d45890f818", "hash": "91d0de5627a67e7579328e17d3a0b89e0ddd83343543a6c43ef56347919e4f0c",
"extract_dir": "win32-build" "extract_dir": "win32-build"
} }
}, },