Skip to content

Commit

Permalink
AU: 4 updated - dropbox googlechromebeta smartftp vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 22, 2019
1 parent bf85580 commit 081ed7d
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "84.3.145-beta",
"beta": "84.3.155-beta",
"stable": "83.4.152"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>83.4.152</version>
<version>84.3.155-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '83.4.152'
$version = '84.3.155'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2083.4.152%20Offline%20Installer.exe'
checksum = '39b302cb2b192d4b159752d4ce279a7ab31558f7fce42618d8df67595adad89e'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2084.3.155%20Offline%20Installer.exe'
checksum = '8a610568c241cc91a72a57a3bc9d6126df022538fd534b7bd657a98ccd141d06'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.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>googlechromebeta</id>
<version>78.0.3904.63-beta</version>
<version>78.0.3904.70-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/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 = '78.0.3904.63-beta'
$version = '78.0.3904.70-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '885b052e2ec4ecb8082c036f2d487f0efce0fb361678dd0acaa042a6f6e3a464'
checksum64 = '95474e46193b58a19792b1a51caa73cb4dd0f33dbe97386b4b511ca040872adc'
checksum = '4e2a571be237ca8486541d0c6ec1b2bb595add0f26ac2cb70e37e1ef057d070f'
checksum64 = 'ceec49f355386eb6ea7d496cb6935b7f94e620a0105c75c8a90ae8be49c066dd'
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/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.2708.0</version>
<version>9.0.2709.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><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
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 = '205829751453924e8789ab0840c8946a71302ff6b01165e7beff58e0848fd50d'
checksum64 = '05d1d75ab3e712259dacf122860e0341625235b60ad95d30f061d8d5c3c29f9c'
checksum = '3cf499c0fd53e54c7764e9578dc9d0d575b090c82fc1597bceedf351cc55df1c'
checksum64 = '172fda4e7f233382e3c1ed4deec2184c062846bc577e6c0271d26d6430f96179'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2197/gvim_8.1.2197_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2197/gvim_8.1.2197_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2198/gvim_8.1.2198_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2198/gvim_8.1.2198_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 35B71677FA32FBB4929E0EA48B43CA0A45D9556D442940C841E0A6A41923CB2D
checksum64: 017A5D71956940E8C679EBE5ED2ED2F2BFCC49D8D6A9D2D120356EE33774AE93
checksum32: FD141FD1B26829E906CC57DF048D73728D0D1F213F1FF5578F64691AD0EFEBBD
checksum64: 0B8615E76B915829CB19221D24ABE2EA4BA1360853D5B13CAC3A519D27A87ED2
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.1.2197_x86.zip"
file64 = "$toolsDir\gvim_8.1.2197_x64.zip"
file = "$toolsDir\gvim_8.1.2198_x86.zip"
file64 = "$toolsDir\gvim_8.1.2198_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.1.2197</version>
<version>8.1.2198</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 081ed7d

Please sign in to comment.