Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 17, 2018
1 parent 5969f2f commit 693f1e3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechrome/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/edba4a5849ff756e767cba86641bea97ff5721fe/icons/chrome.svg" width="48" height="48"/> [GoogleChrome](https://chocolatey.org/packages/GoogleChrome)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/chrome.svg" width="48" height="48"/> [GoogleChrome](https://chocolatey.org/packages/GoogleChrome)


Chrome is a fast, simple, and secure web browser, built for the modern web.
Expand Down
4 changes: 2 additions & 2 deletions automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>69.0.3497.10000</version>
<version>70.0.3538.6700</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
<projectUrl>https://www.google.com/chrome/browser/</projectUrl>
<licenseUrl>https://www.google.it/intl/en/chrome/browser/privacy/eula_text.html</licenseUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/chrome.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/chrome.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
Chrome is a fast, simple, and secure web browser, built for the modern web.
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 = '69.0.3497.100'
$version = '70.0.3538.67'
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 = '32ee4e493cba7db8df6612a9e73b9cb16d14c4a62c0483eef04ed9a2b144bba4'
checksum64 = '59e40c85f780f5a9f1d834345de27309ec5edb0b010b29297be8d483a9711481'
checksum = 'e24f73bb74ee83d48c861f09a95c81816f8b02e47787c9a679da5cc7abca3396'
checksum64 = 'c5e2c61f152bf5cbb5f775c351bc08bab114356091497f381f81607e4248b588'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/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/8a042fbe6c07391d0c2da13f638b1fdde474850f/icons/sysinternals.png" width="48" height="48"/> [sysinternals](https://chocolatey.org/packages/sysinternals)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@8a042fbe6c07391d0c2da13f638b1fdde474850f/icons/sysinternals.png" width="48" height="48"/> [sysinternals](https://chocolatey.org/packages/sysinternals)


The Sysinternals Troubleshooting Utilities have been rolled up into a single suite of tools.
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2018.8.8</version>
<version>2018.10.16</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand All @@ -31,7 +31,7 @@ Example: `choco install sysinternals --params "/InstallDir:C:\your\install\path"
<tags>sysinternals troubleshooting pstools psexec file disk utilities freeware cli tools portable</tags>
<licenseUrl>http://technet.microsoft.com/en-us/sysinternals/bb469936</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/8a042fbe6c07391d0c2da13f638b1fdde474850f/icons/sysinternals.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@8a042fbe6c07391d0c2da13f638b1fdde474850f/icons/sysinternals.png</iconUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '533e40025ee69a1b4b436dc6c996c7b34c2b16cec1b45cea0199f19092e77810'
checksum = '572df6e0a925750714f06484504bd79846d0169ba4737d3ae235bc2564b2b9d9'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = '879a99d8f7975109a7312618d9f2fc383a0baba0f911423d2c8188d644bbb953'
$packageArgs.checksum = 'ce67cdebd245b5969a604d9c46fa2d410a1d94f921a4ce1a7f7ee2a4fae00ed4'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit 693f1e3

Please sign in to comment.