From 0559d614e0930ed15ac5f173b74273e5ad000dac Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sat, 5 Aug 2017 06:11:03 +0000 Subject: [PATCH] AU: 2 updated - chromium smartftp [skip ci] https://gist.github.com/bd2eaa76f2a9ab739ca0544c502dca6e/a6b18a9b041c5e6d8580b0c72543b55978762cde --- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/tools/chocolateyInstall.ps1 | 10 +++++----- automatic/smartftp/smartftp.nuspec | 2 +- automatic/smartftp/tools/chocolateyInstall.ps1 | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 56cf3371802..b7d86ca64d6 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 62.0.3177.0 + 62.0.3178.0 Chromium snapshots build chocolatey The Chromium Authors diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index eeb3efb7b41..977f860e812 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$version = '62.0.3177.0' +$version = '62.0.3178.0' $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $hive = "hkcu" @@ -15,14 +15,14 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' fileType = 'exe' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/491938/mini_installer.exe' - url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/491938/mini_installer.exe' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/492224/mini_installer.exe' + url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/492224/mini_installer.exe' silentArgs = $silentArgs validExitCodes= @(0) softwareName = 'Chromium' - checksum = '39d650123b8877d4910cc035eb45c3d4' + checksum = '9c95520322bb35b8555f3fe76ee52ec0' checksumType = 'md5' - checksum64 = 'a5444b964a7509cac2f8182337f3c9de' + checksum64 = '196d47de43b1bf62798289fc7248bec7' checksumType64= 'md5' } diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 905e7b46e5b..155d21ae98a 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey - 9.0.2465.0 + 9.0.2466.0 SmartSoft FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client. diff --git a/automatic/smartftp/tools/chocolateyInstall.ps1 b/automatic/smartftp/tools/chocolateyInstall.ps1 index b9fbe7ceeda..4d5293ed1cb 100644 --- a/automatic/smartftp/tools/chocolateyInstall.ps1 +++ b/automatic/smartftp/tools/chocolateyInstall.ps1 @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'msi' url = 'https://www.smartftp.com/get/SmartFTP86.msi' url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi' - checksum = 'd25a73ddc576e5d8d99dbab34633db3b7956ec97f9d5d1e9c7510ff442e729ee' - checksum64 = 'd65c43a679e7fd0a9d93327e9737fa05a23380ed36616cce8af7e418d98b33a2' + checksum = 'f680b6ea6df00b691d478463e8df01db12b139484e97d8f52fa46a21d03f117d' + checksum64 = 'a9b33e5fbb741d587f1e58df5b32741f9aae9b0b1ff5aec089dd5f65d7568984' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/quiet'