Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 19, 2018
1 parent b255dfc commit 4c25e63
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/googlechrome/googlechrome.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>70.0.3538.10200</version>
<version>70.0.3538.11000</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand All @@ -17,7 +17,7 @@ Chrome is a fast, simple, and secure web browser, built for the modern web.
### Notes
* This package uses Chrome's administrative MSI installer and installs the 32-bit on 32-bit OSes and the 64-bit version on 64-bit OSes. If this package is installed on a 64-bit OS and the 32-bit version of Chrome is already installed, the package keeps installing/updating the 32-bit version of Chrome.
* This package always installs the latest version of Google Chrome, regardless of the version specified in the package. Google does not officially offer older versions of Chrome for download.
* This package always installs the latest version of Google Chrome, regardless of the version specified in the package. Google does not officially offer older versions of Chrome for download. Because of this you may get checksum mismatch between the time Google releases a new installer, and the package is automatically updated.
]]></description>
<releaseNotes></releaseNotes>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '70.0.3538.102'
$version = '70.0.3538.110'
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 = '72673c6ccaa06f2ba2d234804ea7d2ef78a8f0d7755071b69da000bf3f76a869'
checksum64 = 'd58358ba42e202775633caa2256fb93ed771eeef8dc33302b779bed6952395a1'
checksum = 'fd76bcee8aa08ba5a5db0b9cdb56652efb09bb4def9512b7b94a19e26634e0ca'
checksum64 = '1a6cecb8952c7e0b50dac6aaa83bb8dcc7de978466036bb97de656dfc89900c4'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.2.5.exe'
checksum = '4e5f346b9b286f524a19c2bbb6aa342b9d8e18ad2b925a8f9463350377eff999'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.3.exe'
checksum = '8178a1e55e27a1675396621976f7f55631b1f260ec63f38a6fc4b4928ff447cf'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webstorm</id>
<version>2018.2.5</version>
<version>2018.3</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit 4c25e63

Please sign in to comment.