Skip to content

Commit

Permalink
AU: 4 updated - kubernetes-cli notepadplusplus notepadplusplus.comman…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 20, 2019
1 parent bda0e74 commit ff94d95
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"1.7": "1.7.16",
"1.8": "1.8.15",
"1.9": "1.9.11",
"1.1": "1.14.3"
"1.1": "1.15.0"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.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-cli</id>
<version>1.14.3</version>
<version>1.15.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Kubernetes Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -60,7 +60,7 @@ Automatically mount the storage system of your choice, whether from local storag
#### Batch execution
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
]]></description>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.1.md#v1143</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.1.md#v1150</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ location on <https://github.com/kubernetes/kubernetes/releases/latest>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.14.3/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.14.3/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.15.0/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.15.0/kubernetes-client-windows-amd64.tar.gz>

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

checksum type: sha256
checksum32: D3FAA1FD10FDF32E8F69E954FB99A9D9DA2C24488C5402D244C0C1E84C235C17
checksum64: 281AE85DB8EB5CB45C53166A632543072EAA475D64984BA7A96BECCA935E3E4E
checksum32: 144FC622F7216B0D400A7B4CFE30E4E08FE3A9B0DFC9B79E9D3DC581292A3491
checksum64: 6C1BD19A1BEC11ACC142BD97D726ECDBB272D54CBC6F3AC33F4CC343C4C0FC1A

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://notepad-plus-plus.org/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.7/npp.7.7.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.7/npp.7.7.bin.x64.7z>
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.7.1/npp.7.7.1.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.7.1/npp.7.7.1.bin.x64.7z>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: A5068F28CB737F2A2182490E1761D01480F66D99735858E284BECAD2BEAA7D30
checksum64: 97D8C39276A86A0F2CB6C9EC6081AA0F7BDF0A70EAC896A5187BB6493C96CFA6
checksum32: F0AF67993BD5F420EF0D9268F9667D628090491899F6529A7A75F60244700EF1
checksum64: 528EC2BF90FD409B4BF914C198B93DB28CECD4FA2A8CDF6180F1B9CDED7F8DFA

The file 'LICENSE.txt' has been obtained from <https://github.com/notepad-plus-plus/notepad-plus-plus/blob/f7ade4739ba8d53e87b5cc50bbed1bb472f5e68c/LICENSE>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.commandline</id>
<title>Notepad++ (Portable, CommandLine)</title>
<version>7.7</version>
<version>7.7.1</version>
<authors>Don Ho</authors>
<owners>chocolatey</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\npp.7.7.bin.7z"
file64 = "$toolsPath\npp.7.7.bin.x64.7z"
file = "$toolsPath\npp.7.7.1.bin.7z"
file64 = "$toolsPath\npp.7.7.1.bin.x64.7z"
destination = $toolsPath
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/notepadplusplus/notepadplusplus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus</id>
<title>Notepad++</title>
<version>7.7</version>
<version>7.7.1</version>
<authors>Don Ho</authors>
<owners>chocolatey</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down Expand Up @@ -44,7 +44,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
<mailingListUrl>https://notepad-plus-plus.org/community/</mailingListUrl>
<bugTrackerUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/issues</bugTrackerUrl>
<dependencies>
<dependency id="notepadplusplus.install" version="[7.7]" />
<dependency id="notepadplusplus.install" version="[7.7.1]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down
Loading

0 comments on commit ff94d95

Please sign in to comment.