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 May 25, 2019
1 parent bed8e68 commit 8d4daf3
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": "74.3.103-beta",
"beta": "74.3.109-beta",
"stable": "73.4.118"
}
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>73.4.118</version>
<version>74.3.109-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 = '73.4.118'
$version = '74.3.109'

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%2073.4.118%20Offline%20Installer.exe'
checksum = '960e6a8a387231f2b8676dbf03eb23bffd28ccd2c94029dc6d9e86e341decca6'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2074.3.109%20Offline%20Installer.exe'
checksum = 'fa9461b58048a8d098043aaf95a95badd7cce963b32752d1f87716becacd480a'
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.2663.0</version>
<version>9.0.2664.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 = '733d950b1ef155bfe910fdefd9e0186558a46bb2bf371a485280dbc458da36d7'
checksum64 = 'dedc24768b03a2a78b0822f4a97f6fa8a83fb64b8b42022ed41514d5c4fce14a'
checksum = 'c0c7919944a8365ab1e4beb5f63bece87a06a6db5a5f2e73400078367b01e0f2'
checksum64 = '9ed70f0d951cb7ab6ab0c52b1007d86bd1450b786cea87152a48f47cae2c98cb'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 8d4daf3

Please sign in to comment.