Skip to content

Commit

Permalink
AU: 2 updated - etcd GoogleChrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 25, 2020
1 parent 53d4522 commit 566b8c9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/etcd/etcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"3.1": "3.1.20",
"3.2": "3.2.28",
"3.3": "3.3.18",
"3.4": "3.4.3"
"3.4": "3.4.4"
}
4 changes: 2 additions & 2 deletions automatic/etcd/etcd.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>etcd</id>
<version>3.3.18</version>
<version>3.4.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/etcd</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru,Robert Labrie</owners>
<title>etcd (Install)</title>
Expand Down Expand Up @@ -39,7 +39,7 @@ Originally packaged by Robert Labrie (https://github.com/tnwinc/chocolatey-etcd)
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/coreos/etcd/releases/tag/v3.3.18</releaseNotes>
<releaseNotes>https://github.com/coreos/etcd/releases/tag/v3.4.4</releaseNotes>
<dependencies>
<dependency id="nssm" />
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions automatic/etcd/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/coreos/etcd/releases/tag/v3.3.18>
location on <https://github.com/coreos/etcd/releases/tag/v3.4.4>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/etcd-io/etcd/releases/download/v3.3.18/etcd-v3.3.18-windows-amd64.zip>
software: <https://github.com/etcd-io/etcd/releases/download/v3.4.4/etcd-v3.4.4-windows-amd64.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: CDAB5000257221083971E6A850F3F1C5D8DCA43836E7E0361470EFD7469E8791
checksum: E28FC642CAE6BBA51E373F2EE55BBAA71B318B321C50B2A886458CD578196CDB

The file 'LICENSE.txt' has been obtained from <https://github.com/coreos/etcd/blob/3381177341c11aa9d89b6172699d64ddc2146a11/LICENSE>
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>80.0.3987.116</version>
<version>80.0.3987.122</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '80.0.3987.116'
$version = '80.0.3987.122'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '7f17ba884948401ad164829569e3ca33e5400bcbd8d22828b8162b268547db4e'
checksum64 = 'fe0aa8bc26564ac460c129ff3bb522788e052f28b8479b5f0e2156a4c6a356b0'
checksum = '966df8fd424e76ed1785a0db4d319feaa9582123906d91c9d568e4dd953f30d8'
checksum64 = '17f6ca1b3cec3c3191a14c689987362d829319aa298c86b2ca8c39143f59b6f1'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 566b8c9

Please sign in to comment.