Skip to content

Commit

Permalink
AU: 2 updated - kubernetes-kompose skype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 2, 2020
1 parent dd10fbd commit c4bc0d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/kubernetes-kompose/kubernetes-kompose.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>kubernetes-kompose</id>
<version>1.20.0</version>
<version>1.21.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/kubernetes-kompose</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Kompose: Go from Docker Compose to Kubernetes</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/kubernetes-kompose/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 has been downloaded from the listed download
location on <https://github.com/kubernetes/kompose/releases/tag/v1.20.0>
location on <https://github.com/kubernetes/kompose/releases/tag/v1.21.0>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/kubernetes/kompose/releases/download/v1.20.0/kompose-windows-amd64.exe>
software: <https://github.com/kubernetes/kompose/releases/download/v1.21.0/kompose-windows-amd64.exe>

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: B62C28FFB79AB2C42E0AB7DA74824B1AA43DC97E775198C9E744FD89A3CD2B84
checksum: 0A01F3EB0CB810B61A4D7AAA5B59824E829F2E9042F061FF27F3C419822F08D3

The file 'LICENSE.txt' has been obtained from <https://github.com/kubernetes/kompose/blob/34d72c757906dd05499fedbe214850b41ea712b1/LICENSE>
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.56.0.103</version>
<version>8.57.0.116</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.56.0.103.exe'
checksum = 'a18bf240bfdadb7d55f5a9140b403ed01b68ad7c4be33e2fafcf044d7bb73ce1'
url = 'https://download.skype.com/s4l/download/win/Skype-8.57.0.116.exe'
checksum = 'fdbfe1a89a21400db0a4da5ed2e015c292fb2b957b20d0e781e08a8ee1bf3720'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit c4bc0d8

Please sign in to comment.