Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 21, 2017
1 parent 41d32c5 commit 83d6408
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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>59.0.3071.104</version>
<version>59.0.3071.109</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 = '59.0.3071.104'
$version = '59.0.3071.109'
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 = '6eb02a28666309cd4c685b9b47744111675f8e6dc60bd33b71f7bf37d16a2c59'
checksum64 = 'dbca0065d2fa4a55b24da0246140979df03adf3431a2d961f1bc8143d191eb88'
checksum = 'bd00d4a94af893d4db8fc60424c06d399f4545817618351c6ccc2acde2d8cca0'
checksum64 = 'e0f1f206a1bb18859019b7f832dea27dcbd22f850b21481a6541a1667a2f9f58'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2452.0</version>
<version>9.0.2453.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description>
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = 'fe501119c3bd11af2b55acdbf0c74c09b5a4f71d0949f04e21c05895b39c28b4'
checksum64 = 'dac60fc41603ff77b3257e97790e8f7ae332626a2c5011d86840527079b34f3c'
checksum = '0d51031637aca0abe1c7fb48414a987fe8641f808729d9fdafdd0291ea2bb5f4'
checksum64 = 'd3315e1e14bb9697bba96d497f4d32561567e9cb55a718010b74a7e52b14e7f3'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 83d6408

Please sign in to comment.