Skip to content

Commit

Permalink
AU: 2 updated - kubernetes-cli palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 26, 2020
1 parent 2d1734b commit 9557cdc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.17.1"
"1.1": "1.18.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.17.1</version>
<version>1.18.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#v1171</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.1.md#v1180</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.17.1/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.17.1/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.18.0/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.18.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: DD7F9811CFB8F4DD1FAEDFFFB30AF090F95B8906568A94D646F2DC22D7410B22
checksum64: F4AF96802696415342C5D8113FCAE8C654AF3524532C2999644C852EC8F0379D
checksum32: 19E7BD7767B019A119A9BECFFD92ECBDDE289F56C3D0C8F11EC82A5EE9FF23D0
checksum64: 7B6C37FB18A729DDACD787FACF73A8971DF95A4D874D38DCC03FDFF0BA5733A5

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>28.9.0.1</version>
<version>28.9.0.2</version>
<authors>Moonchild Productions</authors>
<owners>Redsandro,chocolatey</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-28.9.0.1.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-28.9.0.1.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-28.9.0.2.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-28.9.0.2.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '1ae7e312276b563d42f985ae1e359c36e2faf53454cd37f62e6ac00e00143d6c'
checksum = 'd7c79918c773405e7298718ead0210ecf876fac451820e7217ba209fdb2937d4'
checksumType = 'sha256'
checksum64 = 'c3f08e435110e883f043e600507f9b93ac5b66d80c6c1acee66db638195a1e6e'
checksum64 = 'c06e08e0264ef9a1421ad07a33bbb353df7bfd657aee3f4ef327bd8fd8e44f8f'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit 9557cdc

Please sign in to comment.