From 8103700253cf29b2f4729ec9d86d87605e5ec0fb Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 23 Mar 2023 19:16:36 +0000 Subject: [PATCH] AU: 1 updated - hadoop [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/9ec8f8dddd06a8b3401ecbd5e96cd962116c64e6 --- automatic/hadoop/hadoop.nuspec | 2 +- automatic/hadoop/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/hadoop/hadoop.nuspec b/automatic/hadoop/hadoop.nuspec index c6c16b108..ab8effae8 100644 --- a/automatic/hadoop/hadoop.nuspec +++ b/automatic/hadoop/hadoop.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 3.3.4 + 3.3.5 Maurice Kevenaar diff --git a/automatic/hadoop/tools/chocolateyinstall.ps1 b/automatic/hadoop/tools/chocolateyinstall.ps1 index 9990319fe..2cbe7b3d9 100644 --- a/automatic/hadoop/tools/chocolateyinstall.ps1 +++ b/automatic/hadoop/tools/chocolateyinstall.ps1 @@ -2,8 +2,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $hadoop_home = "C:\Hadoop" -$mirrors = 'https://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-3.3.4/hadoop-3.3.4.tar.gz' -$checksum32 = '6a483d1a0b123490ebd8df3f71b64eb39f333f78b95f090aeb58e433cbc2416d' +$mirrors = 'https://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-3.3.5/hadoop-3.3.5.tar.gz' +$checksum32 = '446e05ca92fa23a60617a8b17946dede47281af1504041617cb7d5f62e74252a' # d/l from closest mirror $get_mirror_page = Invoke-WebRequest -Uri $mirrors -UseBasicParsing