From 665b998ffbb20e2b8baac9ee0e61929e580919fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 00:33:09 +0000 Subject: [PATCH] gnutls: Update to version 3.8.4 --- bucket/gnutls.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gnutls.json b/bucket/gnutls.json index 151d65bbb6..c400325b63 100644 --- a/bucket/gnutls.json +++ b/bucket/gnutls.json @@ -1,17 +1,17 @@ { - "version": "3.8.3", + "version": "3.8.4", "description": "GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them.", "homepage": "https://www.gnutls.org", "license": "LGPL-2.1-or-later,GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.3-w64.zip", - "hash": "e4cc8be409585ff6830cace996d9587b7131b4a96fa7e94a2774e71eb9c1b10e", + "url": "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.4-w64.zip", + "hash": "433f05625ff41a4c4a8d6ef101f00eaadede8f65fd222077742a4307b8d016f3", "extract_dir": "win64-build" }, "32bit": { - "url": "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.3-w32.zip", - "hash": "91d0de5627a67e7579328e17d3a0b89e0ddd83343543a6c43ef56347919e4f0c", + "url": "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.4-w32.zip", + "hash": "ae84a6d1bd0ce16519f3353ae8daedf13457dd0c62c31fc674bde13f8d775e81", "extract_dir": "win32-build" } },