Skip to content

Commit

Permalink
AU: 1 updated - bosh-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpaux committed Feb 4, 2022
1 parent ff9217c commit a5ac022
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bosh-cli/bosh-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>bosh-cli</id>
<title>bosh-cli</title>
<version>6.4.13</version>
<version>6.4.14</version>
<authors>CloudFoundry</authors>
<owners>jbpaux</owners>
<summary>The Bosh CLI is the command line tool used for interacting with all things BOSH, from deployment operations to software release management.</summary>
Expand All @@ -20,7 +20,7 @@
<licenseUrl>https://github.com/cloudfoundry/bosh-cli/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://rawcdn.githack.com/jbpaux/chocolatey-packages/8af88086123d82ff29c803c34708689827390efd/bosh-cli/icon.png</iconUrl>
<releaseNotes>https://github.com/cloudfoundry/bosh-cli/releases/tag/v6.4.13</releaseNotes>
<releaseNotes>https://github.com/cloudfoundry/bosh-cli/releases/tag/v6.4.14</releaseNotes>
<docsUrl>https://bosh.io/docs/cli-v2.html</docsUrl>
<bugTrackerUrl>https://github.com/cloudfoundry/bosh-cli/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/cloudfoundry/bosh-cli/</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions bosh-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
PackageName = $packageName
FileFullPath = "$toolsDir\$exeName"
Url64 = 'https://github.com/cloudfoundry/bosh-cli/releases/download/v6.4.13/bosh-cli-6.4.13-windows-amd64.exe'
Checksum64 = '40347d0d3efebb0e5a004043c344632d0622bcc2f7e82ca7bc27c7aa766090c9'
Url64 = 'https://github.com/cloudfoundry/bosh-cli/releases/download/v6.4.14/bosh-cli-6.4.14-windows-amd64.exe'
Checksum64 = 'dc8dec3a5b1612052a3a55940aa424272339afaa5d40e305b49fecf07d0a7b1a'
ChecksumType = 'sha256'
}
Get-ChocolateyWebFile @packageArgs

0 comments on commit a5ac022

Please sign in to comment.