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 Feb 20, 2019
1 parent c615bbb commit a1b41b4
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>58.0.3135.65</version>
<version>58.0.3135.68</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -23,7 +23,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-58/#b3135.65</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-58/#b3135.68</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey/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 "
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/58.0.3135.65/win/Opera_58.0.3135.65_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/58.0.3135.65/win/Opera_58.0.3135.65_Setup_x64.exe'
checksum = '2eb7389d6e7e6f441a0804baa0e5c2a03d9bd0365951956f1f6a14810d3921b0'
checksum64 = '5ae328ccdb2129c8a680075750cdbbfafa6b0d37acab599db77c0a5d473d42b1'
url = 'https://get.geo.opera.com/pub/opera/desktop/58.0.3135.68/win/Opera_58.0.3135.68_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/58.0.3135.68/win/Opera_58.0.3135.68_Setup_x64.exe'
checksum = '14d1b2030750d2877cf464bf865d29d115afdc89f9dab5cb955a0af6de8804f3'
checksum64 = 'e47c0c745190ec614c8bfcef6b56f67a295075032d13ed9be308e0ac706e2d29'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '58.0.3135.65'
$version = '58.0.3135.68'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
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.2636.0</version>
<version>9.0.2637.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 = '77d82c022a2a24d08f27e5941acda0d589fcc5090b7fac723caf4fd0aba4bdc3'
checksum64 = '9f5ca1db2da4ab643daf574a2708a81350802f45f48c31e2415a97d63c69be53'
checksum = '57cb62b3e2827ff45a7bf789b7fa4a19596573e519efe6419c5d2e5d978f7026'
checksum64 = '8062e656d4d55a63fd8c79ad84803c2916f28bcde067688f007976df3c042c2a'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit a1b41b4

Please sign in to comment.