Skip to content

Commit

Permalink
Merge pull request #212 from lietu/master
Browse files Browse the repository at this point in the history
Updating Chocolatey package
  • Loading branch information
garethr committed Apr 14, 2020
2 parents 46c69da + a47a519 commit d0fd198
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions chocolatey/kubeval/kubeval.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubeval</id>
<version>0.7.1</version>
<packageSourceUrl>https://github.com/garethr/kubeval/tree/master/chocolatey/kubeval</packageSourceUrl>
<version>0.14.0</version>
<packageSourceUrl>https://github.com/instrumenta/kubeval/tree/master/chocolatey/kubeval</packageSourceUrl>
<owners>Gareth Rushgrove</owners>
<title>kubeval</title>
<authors>Gareth Rushgrove</authors>
<projectUrl>https://github.com/garethr/kubeval</projectUrl>
<projectUrl>https://github.com/instrumenta/kubeval</projectUrl>
<copyright>2017 Gareth Rushgrove</copyright>
<licenseUrl>https://github.com/garethr/kubeval/blob/master/LICENSE</licenseUrl>
<licenseUrl>https://github.com/instrumenta/kubeval/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/garethr/kubeval.git</projectSourceUrl>
<bugTrackerUrl>https://github.com/garethr/kubeval/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/instrumenta/kubeval.git</projectSourceUrl>
<bugTrackerUrl>https://github.com/instrumenta/kubeval/issues</bugTrackerUrl>
<tags>kubeval kubernetes</tags>
<summary>Validate your Kubernetes configuration files, supports multiple Kubernetes versions</summary>
<description>Validate your Kubernetes configuration files, supports multiple Kubernetes versions</description>
Expand Down
8 changes: 4 additions & 4 deletions chocolatey/kubeval/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ $ErrorActionPreference = 'Stop'

$packageName= $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = "https://github.com/garethr/kubeval/releases/download/$($env:ChocolateyPackageVersion)/kubeval-windows-386.zip"
$url64 = "https://github.com/garethr/kubeval/releases/download/$($env:ChocolateyPackageVersion)/kubeval-windows-amd64.zip"
$url = "https://github.com/instrumenta/kubeval/releases/download/$($env:ChocolateyPackageVersion)/kubeval-windows-386.zip"
$url64 = "https://github.com/instrumenta/kubeval/releases/download/$($env:ChocolateyPackageVersion)/kubeval-windows-amd64.zip"

$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
url = $url
url64bit = $url64

checksum = '1EB9F826E6E607B07E38C79AFFF425392016953368158D6B33817311D44F14EF'
checksum = '5DED35273DD35993C0FC52A08D9CC268487620736C4782077BC72723CC7224D0'
checksumType = 'sha256'
checksum64 = '4C7085BA0366F961FC2664DED0F09AE61FB54F393717A73AAC8601987D7BDA31'
checksum64 = '2A844518981848A7D77CCED9B51A05174BA9C17FC007A1C48CD2AF0D3FB021D7'
checksumType64= 'sha256'
}

Expand Down

0 comments on commit d0fd198

Please sign in to comment.