Skip to content

Commit

Permalink
AU: 2 updated - Opera smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 14, 2019
1 parent 01b3bd8 commit 975fec5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>64.0.3417.92</version>
<version>65.0.3467.38</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-64/#b3417.92</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-65/#b3467.38</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/64.0.3417.92/win/Opera_64.0.3417.92_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/64.0.3417.92/win/Opera_64.0.3417.92_Setup_x64.exe'
checksum = '694dae8a4dd8023ffa0fcd8ee048129a2f4505841a448cf0e7e72326fff16df1'
checksum64 = '94d0985eff3fb00c209687ad165f5a265083ff3fd528d3c222ff1370c1d5d2f9'
url = 'https://get.geo.opera.com/pub/opera/desktop/65.0.3467.38/win/Opera_65.0.3467.38_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/65.0.3467.38/win/Opera_65.0.3467.38_Setup_x64.exe'
checksum = 'f2c27923e9936a3b03328c8ab5f76830920a38c68fda88b3ed9727069260132c'
checksum64 = '7c0e73bfa7e580f9531e8bbdadb09e63e7897b477c43cae14a762c82edb8c38b'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '64.0.3417.92'
$version = '65.0.3467.38'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
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.2719.0</version>
<version>9.0.2720.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 = '427d0988f719d07cacc998f62ada19a8a10d559dd93cc1c897f56917c7ef563d'
checksum64 = 'a42d8659ad651f8d092d2e7ffa8feeabb4b6862d572a658fb1032abd1f68f6f4'
checksum = '1e3eed93238259dc967c3096162f28da8c196e7e1fbb923301efea3b54e0c19a'
checksum64 = '8b2d4f36c7f647c18dcdd8c960ad404d2250f5045afdaca2d4acc85ee90fb085'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 975fec5

Please sign in to comment.