Skip to content

Commit

Permalink
AU: 2 updated - dropbox smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 30, 2019
1 parent 7d5747e commit 4c7080c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.160-beta",
"beta": "85.3.133-beta",
"stable": "84.3.160"
}
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>84.3.160</version>
<version>85.3.133-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 = '84.3.160'
$version = '85.3.133'

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%2084.3.160%20Offline%20Installer.exe'
checksum = 'a2006fa8b4250d0ae6e10740d6a1d7f95a9a571d45889390268c67d22869cf41'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2085.3.133%20Offline%20Installer.exe'
checksum = 'dadfcf6503d2f0fad0fa14d6a37295b0d96003f89f91e222e41ef3939df25e48'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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.2714.0</version>
<version>9.0.2715.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 = 'b70bc72c11f0876ed334cc9e9de38b44eb5af3dc0337cf0104360abfb8319078'
checksum64 = '23e91c9b11cafcd01a3b1338e98ec569af77f6e76d68fb94abe41b14eadcb5d7'
checksum = '271b8d4bb4d406e6099ec69d81ad0f22cbdbb0a8c97df67d73c2055c287bc9ce'
checksum64 = '8837039fab2f97850adfdc28a64e7a9ae6fed751af10034433fc4de3fa19c4c6'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 4c7080c

Please sign in to comment.