Skip to content

Commit

Permalink
upgrade to 24.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AJDurant committed Jul 14, 2023
1 parent 64dae83 commit e3027b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-engine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>docker-engine</id>
<version>24.0.3</version>
<version>24.0.4</version>
<packageSourceUrl>https://github.com/AJDurant/choco-docker-engine</packageSourceUrl>
<owners>AJDurant</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. "$toolsDir\helper.ps1"
Test-DockerdConflict

$url = "https://download.docker.com/win/static/stable/x86_64/docker-24.0.3.zip" # download url, HTTPS preferred
$url = "https://download.docker.com/win/static/stable/x86_64/docker-24.0.4.zip" # download url, HTTPS preferred

$pp = Get-PackageParameters

Expand All @@ -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 = '4E863A67E9CE8682D5BA7AF1DB3166B7C2BDCE3F993E9F87EB5778094BF14DEA'
Checksum = '45D2DFED0DFFDC0ED5C6C2022FEA1334C9C3C0DEF77636C6419A987D2964E7D1'
ChecksumType = 'sha256'
}

Expand Down

0 comments on commit e3027b6

Please sign in to comment.