File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 <metadata >
77 <!-- == PACKAGE SPECIFIC SECTION == -->
88 <id >docker-engine</id >
9- <version >28.0.3 </version >
9+ <version >28.0.4 </version >
1010 <packageSourceUrl >https://github.com/AJDurant/choco-docker-engine</packageSourceUrl >
1111 <owners >AJDurant</owners >
1212 <!-- ============================== -->
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
44. " $toolsDir \helper.ps1"
55Test-DockerdConflict
66
7- $url = " https://download.docker.com/win/static/stable/x86_64/docker-28.0.3 .zip" # download url, HTTPS preferred
7+ $url = " https://download.docker.com/win/static/stable/x86_64/docker-28.0.4 .zip" # download url, HTTPS preferred
88
99$pp = Get-PackageParameters
1010
@@ -22,7 +22,7 @@ $packageArgs = @{
2222
2323 # You can also use checksum.exe (choco install checksum) and use it
2424 # e.g. checksum -t sha256 -f path\to\file
25- Checksum = ' 05C21D6970C090E6B0D22969ADA55CF06998062D9FF62505BDE52371D8A2B7F0 '
25+ Checksum = ' CFAFA2A5EE7E34BACC2077B0828F0733A404423C7A901C79EFC4FF1680DBB716 '
2626 ChecksumType = ' sha256'
2727}
2828
You can’t perform that action at this time.
0 commit comments