From 55aa507d8b6eeb32bc458d41aa0b7022150110de Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 4 Aug 2017 06:14:53 +0000 Subject: [PATCH] AU: 3 updated - calibre chromium smartftp [skip ci] https://gist.github.com/bd2eaa76f2a9ab739ca0544c502dca6e/9a4fcca035ecf165a5228aacf4a368ea112abffd --- automatic/calibre/calibre.nuspec | 2 +- automatic/calibre/legal/VERIFICATION.txt | 8 ++++---- automatic/calibre/tools/chocolateyInstall.ps1 | 4 ++-- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/tools/chocolateyInstall.ps1 | 10 +++++----- automatic/smartftp/smartftp.nuspec | 2 +- automatic/smartftp/tools/chocolateyInstall.ps1 | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index 97144e4eb09..55cc742fedf 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 3.4.0 + 3.6.0 Kovid Goyal chocolatey, gep13 calibre is the one stop solution to all your e-book needs. diff --git a/automatic/calibre/legal/VERIFICATION.txt b/automatic/calibre/legal/VERIFICATION.txt index d90f619ad85..868d25af1fd 100644 --- a/automatic/calibre/legal/VERIFICATION.txt +++ b/automatic/calibre/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: F5C63C7A81CA3DEFB2FB447BF1EF43DCCC10045B81EC4B4E4E4E9019E35FF8D5 - checksum64: 1509248CC95BBC796ADF2E12EC5E6FA9CC1D08ABA9B5BFCD71A2553EA1FB0142 + checksum32: DE2704C2782966D516C976E1117A0A28B61F2675D345835AAF60CF2FC85A893E + checksum64: 12D1ED7B52BF5EF42660E5332F9260D4310A20F1E849F5E9D7450467ED3509B7 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index cf5d4ff5b27..32c6f8c95ff 100644 --- a/automatic/calibre/tools/chocolateyInstall.ps1 +++ b/automatic/calibre/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'MSI' - file = "$toolsPath\calibre-3.4.0.msi" - file64 = "$toolsPath\calibre-64bit-3.4.0.msi" + file = "$toolsPath\calibre-3.6.0.msi" + file64 = "$toolsPath\calibre-64bit-3.6.0.msi" softwareName = 'calibre*' silentArgs = '/quiet' validExitCodes = @(0, 3010, 1641) diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index f36fc96b12b..56cf3371802 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 62.0.3176.0 + 62.0.3177.0 Chromium snapshots build chocolatey The Chromium Authors diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 32e6405e855..eeb3efb7b41 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$version = '62.0.3176.0' +$version = '62.0.3177.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/491629/mini_installer.exe' - url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/491629/mini_installer.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' silentArgs = $silentArgs validExitCodes= @(0) softwareName = 'Chromium' - checksum = 'c79dc5433f13b594491b60cf5cfb49f6' + checksum = '39d650123b8877d4910cc035eb45c3d4' checksumType = 'md5' - checksum64 = '162ac9e2d589a27c96e5a66a63975f3b' + checksum64 = 'a5444b964a7509cac2f8182337f3c9de' checksumType64= 'md5' } diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 654514242ca..905e7b46e5b 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey - 9.0.2464.0 + 9.0.2465.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 b8f2bfec584..b9fbe7ceeda 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 = '2baf411c07936663ff1b6648b7038b6a3fc9b32deb9751391195fbd748c09eae' - checksum64 = '304881bd9050fabedd999521a9836f17343891a9470663ae1a87a20c49af1660' + checksum = 'd25a73ddc576e5d8d99dbab34633db3b7956ec97f9d5d1e9c7510ff442e729ee' + checksum64 = 'd65c43a679e7fd0a9d93327e9737fa05a23380ed36616cce8af7e418d98b33a2' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/quiet'