Skip to content

Commit

Permalink
AU: 2 updated - k9s mpc-hc-clsid2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 23, 2020
1 parent ce8e238 commit da1e07b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions automatic/k9s/k9s.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>k9s</id>
<version>0.19.0</version>
<version>0.19.7</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/k9s</packageSourceUrl>
<owners>Matteo Dell'Aquila (moebius87),chocolatey</owners>
<title>k9s: Kubernetes CLI To Manage Your Clusters In Style!</title>
Expand Down Expand Up @@ -53,7 +53,7 @@ Customize/Arrange which columns to display on a per resource basis.
* Resource Graph Traversals
* K9s provides for easy traversal of Kubernetes resources and their associated resources.
]]></description>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.19.0/change_logs/release_v0.19.0.md</releaseNotes>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.19.7/change_logs/release_v0.19.7.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/k9s/legal/VERIFICATION.txt
Expand Up @@ -6,7 +6,7 @@ in verifying that this package's contents are trustworthy.
The embedded software can be verified by doing the following:

1. Download the following:
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.19.0/k9s_Windows_x86_64.tar.gz>
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.19.7/k9s_Windows_x86_64.tar.gz>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -15,6 +15,6 @@ The embedded software can be verified by doing the following:

3. The checksums should match the following:
checksum type: sha256
checksum64: 2DA4677433CB594433850AFD1BC07D3C79AE58E95C43177AC7D428519398C427
checksum64: 2D399D7FD4291BC9E16030743BF81F0A78FB7719544712B8F4645F41D99DCC0C

The file 'LICENSE.txt' has been obtained from <https://raw.githubusercontent.com/derailed/k9s/2e05367256a7b2777b011da7213cf636c9ae4d17/LICENSE>
8 changes: 4 additions & 4 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/clsid2/mpc-hc/releases>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.2/MPC-HC.1.9.2.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.2/MPC-HC.1.9.2.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.3/MPC-HC.1.9.3.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.3/MPC-HC.1.9.3.x64.exe>
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: C8EABB2AF46C019A1882F3BD5DE199F609A5A0AB54F3131C20938BF291D1802B
checksum64: 2D280ED68489DC241D22C28C9CC262220FE64890E88BD26823AFA25D5959ACB5
checksum32: BB1A3D0F2290ED7D312AD7AC4A19D7226D2B1B39A3A7C2E318E9832BCE5C434C
checksum64: 0E433F571D99E62925056DE91563148149C8D0979E8F3AE4DCB9E9CB8F6821CF

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl.txt>
2 changes: 1 addition & 1 deletion automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mpc-hc-clsid2</id>
<version>1.9.2</version>
<version>1.9.3</version>
<title>MPC-HC (fork by clsid2)</title>
<owners>chocolatey,jack1142</owners>
<authors>clsid2, MPC-HC Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\MPC-HC.1.9.2.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.2.x64.exe"
file = "$toolsPath\MPC-HC.1.9.3.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.3.x64.exe"
softwareName = 'MPC-HC*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit da1e07b

Please sign in to comment.