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 Jun 1, 2024
1 parent 87319a0 commit 4b26268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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>7.5.7</version>
<version>7.6.0</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 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/v7.5.7/bosh-cli-7.5.7-windows-amd64.exe'
Checksum64 = '03c6571fbc4a34c53ba94a56bf292165c34b365c02265ffaf18d593d09458484'
Url64 = 'https://github.com/cloudfoundry/bosh-cli/releases/download/v7.6.0/bosh-cli-7.6.0-windows-amd64.exe'
Checksum64 = '33cbba89729332d5bc057dfe2a25068c3c4913dff40d0ee89d53d7592069063b'
ChecksumType = 'sha256'
}
Get-ChocolateyWebFile @packageArgs

0 comments on commit 4b26268

Please sign in to comment.