Skip to content

Commit

Permalink
AU: 3 updated - minishift skype smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 5, 2019
1 parent 03cb728 commit b227eb9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions automatic/minishift/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/minishift/minishift/releases/tag/v1.30.0>
location on <https://github.com/minishift/minishift/releases/tag/v1.31.0>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/minishift/minishift/releases/download/v1.30.0/minishift-1.30.0-windows-amd64.zip>
software: <https://github.com/minishift/minishift/releases/download/v1.31.0/minishift-1.31.0-windows-amd64.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: 11F895230D1481BF9BA1BFC54FB61761A31451E145FA9798B693D1D76B49B5D1
checksum: B7D726AB3FDE50D05B6EFF9141999751E6375E08D4A0F086CC333229B7CF959C

The file 'LICENSE.txt' has been obtained from <https://github.com/minishift/minishift/blob/eff0477aa242432aaba284febf9496ebe6cd2371/LICENSE>
4 changes: 2 additions & 2 deletions automatic/minishift/minishift.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>minishift</id>
<version>1.30.0</version>
<version>1.31.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/minishift</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Minishift: Run OpenShift locally</title>
Expand All @@ -26,7 +26,7 @@ Minishift uses libmachine for provisioning VMs, and OpenShift Origin for running
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/minishift/minishift/releases/tag/v1.30.0</releaseNotes>
<releaseNotes>https://github.com/minishift/minishift/releases/tag/v1.31.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
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.38.0.138</version>
<version>8.38.0.161</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://download.skype.com/s4l/download/win/Skype-8.38.0.138.exe'
checksum = '244696af41f9c3b6a33906a8bab7476cfa8e58f17e74672d87b68fb04e060b5a'
url = 'https://download.skype.com/s4l/download/win/Skype-8.38.0.161.exe'
checksum = 'a581f827f9c5950ce59bba1a4f47f242c15584344bbf0002fd1175b496ba3885'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /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.2632.0</version>
<version>9.0.2633.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 = '9094103c42ab4330fcd6a90f65f7e5e960c41558c7e3394d2f14760356421aae'
checksum64 = '94d0e86f15c670a1f622a646922c1b40033d062685e64be953b80eaac192e502'
checksum = 'f108e40c2900500fec3d78d020328723304ff7fced9916ea29ed23359b60723a'
checksum64 = '83c3a705c6a3bada3b2cd5b454b294a51da4633eb7c31b9f01df06caa169d400'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit b227eb9

Please sign in to comment.