Skip to content

Commit

Permalink
AU: 2 updated - skype smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 7, 2018
1 parent dfd16b9 commit d2059f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.22.0.2</version>
<version>8.23.0.10</version>
<authors>Microsoft</authors>
<owners>chocolatey,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
url = 'https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.22.0.2.exe'
checksum = 'e052ac338e4889812213e2723e823bcdfb8826f5f351fa2f5f9d19b8e7ff0654'
url = 'https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.23.0.10.exe'
checksum = '316f74c4193c68aa0979a5761c7dd43af9945fe2baa3e11b8261de0e8f5ba0f7'
checksumType = 'sha256'
silentArgs = "/SILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
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.2575.0</version>
<version>9.0.2576.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 = '5f96d476194bbc93a792e54b99c83c3e296c88f2da9449877abe34e2a3e297e7'
checksum64 = '4bc297ddd6fa60fd24f5db125bfcb7d1c4db8b646934ccff84c67d592f360e64'
checksum = '4d26ebd0d596cdb132e16dca9e79285cda067566e54605a52f4009ff7009f52b'
checksum64 = '24ae698fcce18d1f66a2249b995e67467942297372ecc8773e85bdf4ecc56437'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit d2059f9

Please sign in to comment.