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 18, 2020
1 parent c4165df commit 2476b73
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.1.1</version>
<version>6.3.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 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.1.1</releaseNotes>
<releaseNotes>https://github.com/cloudfoundry/bosh-cli/releases/tag/v6.3.0</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.1.1/bosh-cli-6.1.1-windows-amd64.exe'
Checksum64 = 'a1480e90ee823108332e2087ebd6b62817b75db4c03bd6a603da1d8333e07e22'
Url64 = 'https://github.com/cloudfoundry/bosh-cli/releases/download/v6.3.0/bosh-cli-6.3.0-windows-amd64.exe'
Checksum64 = 'e6aaaa7f10fccaaf1dfc7a67319bb67c9dabe504fa1155e49aeb8a16994c4fc3'
ChecksumType = 'sha256'
}
Get-ChocolateyWebFile @packageArgs

0 comments on commit 2476b73

Please sign in to comment.