Skip to content

Commit

Permalink
Bump chocolatey package to 0.28.0
Browse files Browse the repository at this point in the history
Signed-off-by: vinamra28 <jvinamra776@gmail.com>
  • Loading branch information
vinamra28 authored and tekton-robot committed Nov 25, 2022
1 parent 2c91eaf commit 882e556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion choco/tektoncd-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tektoncd-cli</id>
<version>0.27.0</version>
<version>0.28.0</version>
<title>Tekton CLI (tkn)</title>
<authors>Tekton authors, see https://github.com/tektoncd/cli/graphs/contributors</authors>
<projectUrl>https://github.com/tektoncd/cli</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions choco/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageName = 'tektoncd-cli'
$url64 = 'https://github.com/tektoncd/cli/releases/download/v0.27.0/tkn_0.27.0_Windows_x86_64.zip'
$url64 = 'https://github.com/tektoncd/cli/releases/download/v0.28.0/tkn_0.28.0_Windows_x86_64.zip'

$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
url64bit = $url64
softwareName = 'tektoncd-cli*'
checksum64 = '096C8E18315903A327D54FD2F79D4A84F46916CFDF5F4A53AF3638891D5B9097'
checksum64 = 'ffecfde520f57c9cf1ee9ceb5287469a71a12087fc0b06c31d290e94e761d1dc'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 882e556

Please sign in to comment.