Skip to content

Commit

Permalink
upgrade to v25.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AJDurant committed Jan 24, 2024
1 parent 06a80f1 commit 1638089
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>25.0.0</version>
<version>25.0.1</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-25.0.0.zip" # download url, HTTPS preferred
$url = "https://download.docker.com/win/static/stable/x86_64/docker-25.0.1.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 = '8C5A0F6992BB67CA247A6D7E3CEBD35603B1EC28AFF6D1B61062894956527581'
Checksum = 'DF28F429CFCB48C0820E84E259A59372B629BB63EB74A217CD9EC59719E8D92F'
ChecksumType = 'sha256'
}

Expand Down

0 comments on commit 1638089

Please sign in to comment.