From 9a8fbe08fe5b22e62fc34ca029eb8dd0e1637c98 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Fri, 10 Dec 2021 19:15:02 +0000 Subject: [PATCH] AU: 1 updated - openfire [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/893cca0efaa7f64d198a2241ecb2426906b4b715 --- automatic/openfire/openfire.nuspec | 2 +- automatic/openfire/tools/chocolateyInstall.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/openfire/openfire.nuspec b/automatic/openfire/openfire.nuspec index 6be59ab4a7..d56334eec8 100644 --- a/automatic/openfire/openfire.nuspec +++ b/automatic/openfire/openfire.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 4.6.4 + 4.6.5 Maurice Kevenaar diff --git a/automatic/openfire/tools/chocolateyInstall.ps1 b/automatic/openfire/tools/chocolateyInstall.ps1 index a5e895b369..491be1396d 100644 --- a/automatic/openfire/tools/chocolateyInstall.ps1 +++ b/automatic/openfire/tools/chocolateyInstall.ps1 @@ -1,11 +1,11 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url32 = 'https://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_4_6_4.exe' -$checksum32 = 'd0ed570cdfc97fc3b91dc262ee9c74a4e325f6bed8ca85fa917dabae1a5b5acb' +$url32 = 'https://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_4_6_5.exe' +$checksum32 = 'cb1c4a5f888cbeeb6bbfd29460c8095941cecddd8c5f03b3d3f1ca412a995e81' $checksumType32 = 'sha256' -$url64 = 'https://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_4_6_4_x64.exe' -$checksum64 = '001163e4322435e2fb4aae703776c491f6c0a0fb24f21c895ade1ea15d5e5948' +$url64 = 'https://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_4_6_5_x64.exe' +$checksum64 = 'fe216d1eecb23050ebbf28f7afa8930ca167d99516051c3f5e03d545e183cf4c' $checksumType64 = 'sha256' $packageArgs = @{