Skip to content

Commit

Permalink
Merge pull request #26 from joelhandwell/update-1.13.0-rc4
Browse files Browse the repository at this point in the history
Update docker cli 1.13.0-rc4
  • Loading branch information
StefanScherer committed Dec 21, 2016
2 parents 8bfba16 + 5af1fa0 commit a7ed658
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.13.0-rc3.{build}
version: 1.13.0-rc4.{build}
environment:
TOKEN:
secure: KE3DuBSMhbBxLurkOXLrmAFbF+zptuCJztv1LDq1DfU65A1NSoYTI9JpYE63h/66
Expand Down
2 changes: 1 addition & 1 deletion docker.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>docker</id>
<title>Docker</title>
<version>1.13.0-rc3</version>
<version>1.13.0-rc4</version>
<authors>Docker Contributors</authors>
<owners>ahmetalpbalkan</owners>
<summary>Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications.</summary>
Expand Down
8 changes: 4 additions & 4 deletions tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageName = 'docker'
$url = 'https://test.docker.com/builds/Windows/i386/docker-1.13.0-rc3.zip'
$checksum = 'fb94eae850ce5a16fe302978cf853698'
$url64 = 'https://test.docker.com/builds/Windows/x86_64/docker-1.13.0-rc3.zip'
$checksum64 = 'f8e47abca0596d4d1a0338e67bf841b7'
$url = 'https://test.docker.com/builds/Windows/i386/docker-1.13.0-rc4.zip'
$checksum = 'a107defb60d5546e57b703e900ff238f'
$url64 = 'https://test.docker.com/builds/Windows/x86_64/docker-1.13.0-rc4.zip'
$checksum64 = 'f22672d591b8e30c27175d7e28e4e120'
$checksumType = 'md5'
$checksumType64 = 'md5'
$validExitCodes = @(0)
Expand Down

0 comments on commit a7ed658

Please sign in to comment.