Skip to content

Commit

Permalink
AU: 2 updated - k9s vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 7, 2020
1 parent aa33642 commit 31f9059
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions automatic/k9s/k9s.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>k9s</id>
<version>0.23.8</version>
<version>0.23.9</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/k9s</packageSourceUrl>
<owners>chocolatey-community,Matteo Dell'Aquila (moebius87)</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.23.8/change_logs/release_v0.23.8.md</releaseNotes>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.23.9/change_logs/release_v0.23.9.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/k9s/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.23.8/k9s_Windows_x86_64.tar.gz>
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.23.9/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: D31B5C671E5AD4EE7775376EC3809627D41EF40DBB8925EB505D8697E9029643
checksum64: 5FBA6D5568BF2DEF3672AF3206F102BB0C7317983DC0E0E6A52ED090864F13FF

The file 'LICENSE.txt' has been obtained from <https://raw.githubusercontent.com/derailed/k9s/2e05367256a7b2777b011da7213cf636c9ae4d17/LICENSE>
8 changes: 4 additions & 4 deletions automatic/vagrant/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'vagrant'
fileType = 'msi'
url = 'https://releases.hashicorp.com/vagrant/2.2.12/vagrant_2.2.12_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.2.12/vagrant_2.2.12_x86_64.msi'
checksum = 'c5d6f3ae8be5a55efd5b5e9382e51a514c5146477be5e98473efbe66e4dc1acd'
checksum64 = '9f1501b4265c58228f6e7e5daa7480a763163f9274d418c1995c677029bbcd76'
url = 'https://releases.hashicorp.com/vagrant/2.2.13/vagrant_2.2.13_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.2.13/vagrant_2.2.13_x86_64.msi'
checksum = '61f34c3ae7d72d4338bcfc20fe290106d1f2d243f48c0045790cb591b091938d'
checksum64 = '32a2b9596ae745d06fddc2ef46a36fba9e555eb7865fb67313bc309d03dad65f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion automatic/vagrant/vagrant.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vagrant</id>
<title>Vagrant (Install)</title>
<version>2.2.12</version>
<version>2.2.13</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey-community, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
Expand Down

0 comments on commit 31f9059

Please sign in to comment.