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 Community committed Sep 7, 2023
1 parent 3b2302a commit b7ddd5b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "180.3.4745-beta",
"stable": "179.4.4917"
"beta": "183.3.6853-beta",
"stable": "182.4.6427"
}
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>180.3.4745-beta</version>
<version>182.4.6427</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '180.3.4745'
$version = '182.4.6427'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20180.3.4745%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20180.3.4745%20Offline%20Installer.x64.exe'
checksum = '2b76e41545e22c169e9d5fb054994ccd99c96ea360cf9a69b10754efd7f57a76'
checksum64 = '4af608611c8e1fc5c751eae20245e13d8c14e513be939c900118a859cee04061'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20182.4.6427%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20182.4.6427%20Offline%20Installer.x64.exe'
checksum = 'a750aaab018722fec0a3e26159d0878094592347912fc4c187d12ebc09350df4'
checksum64 = '2a038c77f1cc7fdb3d81d0acd7ed9ea3b38238ee40b1d6cebde329b96a8bdd22'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
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-community</owners>
<version>10.0.3150.0</version>
<version>10.0.3151.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
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = '835fb9025a01420e0be941bcbc49edfbd34c800f7dadd274f1a80e1e77ba1e05'
checksum64 = '582fec26a8568e21f54875d8a99237af8ba31f56340a7435f74094e322638a93'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit b7ddd5b

Please sign in to comment.