Skip to content

Commit

Permalink
AU: 5 updated - chromium kubernetes-cli mattermost-desktop thunderbir…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 25, 2019
1 parent f484c69 commit 09a3ead
Show file tree
Hide file tree
Showing 16 changed files with 148 additions and 148 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "75.0.3738.0-snapshots",
"stable": "73.0.3683.75"
"snapshots": "75.0.3746.0-snapshots",
"stable": "73.0.3683.86"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>75.0.3738.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>73.0.3683.86</version>
<title>Chromium</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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/641550/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/641550/mini_installer.exe>
32-Bit software: <https://github.com/henrypp/chromium/releases/download/v73.0.3683.86-r625896-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v73.0.3683.86-r625896-win64/chromium-sync.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: 61FB8AAE01A4AD68D1C507AEF1896D3C4299D4BC476109C3BE35E3C49E6CC802
checksum64: 8B566270F3F25461C19A8856A3D24F617E7436D519D4228C8718C291AA3C60E8
checksum32: 9126303325107CD7A0905C5A216252BA3D52341E7135CF6028A05742F3F58347
checksum64: D4CDF99695CB90ECC017E99FDB5CAD58CF4D8EC882D08C45894BDEDB8F6E66AB

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 = "75.0.3738.0-snapshots"
$version = "73.0.3683.86"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"1.7": "1.7.16",
"1.8": "1.8.15",
"1.9": "1.9.11",
"1.1": "1.13.3"
"1.1": "1.14.0"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.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>kubernetes-cli</id>
<version>1.13.3</version>
<version>1.14.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Kubernetes Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -60,7 +60,7 @@ Automatically mount the storage system of your choice, whether from local storag
#### Batch execution
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
]]></description>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.1.md#v1133</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.1.md#v1140</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ location on <https://github.com/kubernetes/kubernetes/releases/latest>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.13.3/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.13.3/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.14.0/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.14.0/kubernetes-client-windows-amd64.tar.gz>

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

checksum type: sha256
checksum32: 96BD970536BBC9152C9134D997D40FC9B817C7077D010B94B563DB17420E3C23
checksum64: 6149799C6D65C5F05153C79F3AB12F5CC4FED21BC2E27529A0C80D007410E064
checksum32: DB16D372118F9B4D7F4B5B6CE17BC2769ED7CB911AE83AB989DEE3818CEA2015
checksum64: 47BD54CB3E1F015637839D19C2BF21A4F2F3B05AC480B8E05AFB1F0C5EF14885

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
2 changes: 1 addition & 1 deletion automatic/mattermost-desktop/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/25863e73cbe9e5352936b5f63634afb7739c877e/icons/mattermost-desktop.png" width="48" height="48"/> [Mattermost Desktop](https://chocolatey.org/packages/mattermost-desktop)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@25863e73cbe9e5352936b5f63634afb7739c877e/icons/mattermost-desktop.png" width="48" height="48"/> [Mattermost Desktop](https://chocolatey.org/packages/mattermost-desktop)

Native desktop application for Mattermost running on Windows.

Expand Down
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://releases.mattermost.com/desktop/4.1.2/mattermost-setup-4.1.2-win32.exe>
64-Bit: <https://releases.mattermost.com/desktop/4.1.2/mattermost-setup-4.1.2-win64.exe>
32-Bit: <https://releases.mattermost.com/desktop/4.2.1/mattermost-setup-4.2.1-win32.exe>
64-Bit: <https://releases.mattermost.com/desktop/4.2.1/mattermost-setup-4.2.1-win64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 50EAB4932E650C90E97F09DCEB8A0805BE18022EDE156BE2857AEA22AE2390AE
checksum64: 05C0302AAE22EC3E751212688C760B57DEF9A7A34FFB0B7D187CC8B00F639275
checksum32: 6F437FB6C3CDAF52A3349FF1E5D2B4B304523060A600D200C6FE9D82B540CADF
checksum64: C6C07C50719C52AAC98281FE00695A2392441FDE67C3114B1C4D014515D63C6B

File 'LICENSE.txt' is obtained from <https://github.com/mattermost/desktop/blob/06ddc6099e9b6296e7031c04e3e4bd29743bedb4/LICENSE.txt>
4 changes: 2 additions & 2 deletions automatic/mattermost-desktop/mattermost-desktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>mattermost-desktop</id>
<title>Mattermost Desktop</title>
<version>4.1.2</version>
<version>4.2.1</version>
<authors>https://github.com/mattermost/desktop/graphs/contributors</authors>
<owners>wget, hans0</owners>
<summary>Native desktop application for Mattermost running on Windows</summary>
Expand All @@ -33,7 +33,7 @@ N/A
<licenseUrl>https://github.com/mattermost/desktop/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<!-- Source: https://github.com/mattermost/desktop/blob/master/src/assets/appicon.png -->
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/25863e73cbe9e5352936b5f63634afb7739c877e/icons/mattermost-desktop.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@25863e73cbe9e5352936b5f63634afb7739c877e/icons/mattermost-desktop.png</iconUrl>
<releaseNotes>https://github.com/mattermost/desktop/releases</releaseNotes>
<!-- Specific to Chocolatey -->
<projectSourceUrl>https://github.com/mattermost/desktop</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mattermost-desktop/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'mattermost-desktop'
fileType = 'exe'
file = "$toolsDir\mattermost-setup-4.1.2-win32.exe"
file64 = "$toolsDir\mattermost-setup-4.1.2-win64.exe"
file = "$toolsDir\mattermost-setup-4.2.1-win32.exe"
file64 = "$toolsDir\mattermost-setup-4.2.1-win64.exe"
softwareName = 'Mattermost*'
# This is still Squirrel being used. Lets use --silent.
silentArgs = '/S --silent'
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>thunderbird</id>
<version>60.6.0</version>
<version>60.6.1</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey</owners>
<authors>Mozilla</authors>
Expand Down
Loading

0 comments on commit 09a3ead

Please sign in to comment.