From 4ef5ea4b924e83eb7319888f4b55d7806ee98922 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 16:31:38 +0000 Subject: [PATCH] wget: Update to version 1.21.4 --- bucket/wget.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/wget.json b/bucket/wget.json index 55dcc0d750..15fab4349b 100644 --- a/bucket/wget.json +++ b/bucket/wget.json @@ -1,17 +1,17 @@ { - "version": "1.21.3", + "version": "1.21.4", "description": "A command-line utility for retrieving files using HTTP, HTTPS, FTP, and FTPS protocols.", "homepage": "https://eternallybored.org/misc/wget/", "license": "GPL-3.0-or-later", "depends": "cacert", "architecture": { "64bit": { - "url": "https://eternallybored.org/misc/wget/releases/wget-1.21.3-win64.zip", - "hash": "370f873cc7834b7182feaa4d04638711880db1938cc7863099bafd53769d074f" + "url": "https://eternallybored.org/misc/wget/releases/wget-1.21.4-win64.zip", + "hash": "7b0addf04edd370307aa6005f0c08a171a319cccd4403663daca5478860b3056" }, "32bit": { - "url": "https://eternallybored.org/misc/wget/releases/wget-1.21.3-win32.zip", - "hash": "3c5ab00abe38819a75d2e644dde66a851fc99524466f5aa627b490ac5f2767ea" + "url": "https://eternallybored.org/misc/wget/releases/wget-1.21.4-win32.zip", + "hash": "0b43382593eb164e78dc68234ffb2e6048df91a548d5c8e9e61c78a0de13407f" } }, "post_install": "\"ca_certificate=$(appdir cacert $global)\\current\\cacert.pem\" | out-file \"$dir\\wget.ini\" -encoding default",