Skip to content

Commit

Permalink
AU: 2 updated - chromium docker-kitematic
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 18, 2020
1 parent 970af91 commit ecb25a0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "83.0.4088.0-snapshots",
"snapshots": "83.0.4089.0-snapshots",
"stable": "75.0.3770.142"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>83.0.4088.0-snapshots</version>
<version>83.0.4089.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/750906/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/750910/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/751356/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/751360/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 29BADDD35AA48903ACB97B283F29C8AD411BAB45893E3DF046A8F288DDD51F03
checksum64: 61A2611DDBC63D65921ECE364EF220643D1B42EEAF717A3288F6C6CDA3CD03B7
checksum32: 7F077DDCCB4393630C52C31A72A06D493020A7117666FC2DF2DA5D539EBF1A4D
checksum64: 6564E49B954573743332C51759CBC5900956EC68BF689D383189657F6A8EC016

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "83.0.4088.0-snapshots"
$version = "83.0.4089.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/docker-kitematic/docker-kitematic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>docker-kitematic</id>
<version>0.17.10</version>
<version>0.17.11</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/docker-kitematic</packageSourceUrl>
<owners>Andrei Bejenaru</owners>
<title>Kitematic: Visual client for Docker</title>
Expand Down Expand Up @@ -35,7 +35,7 @@ Automatically map ports, visually change environment variables, configuring volu
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/docker/kitematic/releases/tag/v0.17.10</releaseNotes>
<releaseNotes>https://github.com/docker/kitematic/releases/tag/v0.17.11</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
6 changes: 3 additions & 3 deletions automatic/docker-kitematic/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/docker/kitematic/releases/tag/v0.17.10>
location on <https://github.com/docker/kitematic/releases/tag/v0.17.11>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/docker/kitematic/releases/download/v0.17.10/Kitematic-0.17.10-Windows.zip>
software: <https://github.com/docker/kitematic/releases/download/v0.17.11/Kitematic-0.17.11-Windows.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: C9089EFA30770B94C5415F177440A92B66F64822ABC0CA725D29F482E9C8BC09
checksum: 4BA508661149ABAA25BFF658B4025F712FB814E3E5F8DCA214EAF58C826221E8

The file 'LICENSE.txt' has been obtained from <https://github.com/docker/kitematic/blob/d72145f6182f7c7bd8735587294e7f6477187c1b/LICENSE>

0 comments on commit ecb25a0

Please sign in to comment.