From c9abac426ffd1e29035de18b9ae0e4dbd67ea07b Mon Sep 17 00:00:00 2001 From: Andy Durant Date: Tue, 16 May 2023 14:47:59 +0100 Subject: [PATCH] update to v23.0.6 --- docker-engine.nuspec | 2 +- tools/chocolateyInstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-engine.nuspec b/docker-engine.nuspec index 03b95ab..43528f4 100644 --- a/docker-engine.nuspec +++ b/docker-engine.nuspec @@ -6,7 +6,7 @@ docker-engine - 23.0.5 + 23.0.6 https://github.com/AJDurant/choco-docker-engine AJDurant diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index 30506e0..5430880 100644 --- a/tools/chocolateyInstall.ps1 +++ b/tools/chocolateyInstall.ps1 @@ -22,7 +22,7 @@ $packageArgs = @{ # You can also use checksum.exe (choco install checksum) and use it # e.g. checksum -t sha256 -f path\to\file - Checksum = 'B14F1B39FA3EB6A3CCD8C2EF663E73DDA0DFCA0EC9FC17443F136B2BFC8601DB' + Checksum = 'DA866400FB1EDB2ACC99E92A6C3E9D29D21748A1312A0C7677A72CB955E83B71' ChecksumType = 'sha256' }