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 Sep 1, 2020
1 parent c63d1d8 commit 1b0f11a
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.3.1</version>
<version>6.4.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.3.1</releaseNotes>
<releaseNotes>https://github.com/cloudfoundry/bosh-cli/releases/tag/v6.4.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.3.1/bosh-cli-6.3.1-windows-amd64.exe'
Checksum64 = '7930088f5793bdd9ffc941e40cdbf0b468ff4473b33e719e68aa0b1e51086bef'
Url64 = 'https://github.com/cloudfoundry/bosh-cli/releases/download/v6.4.0/bosh-cli-6.4.0-windows-amd64.exe'
Checksum64 = 'c70d923eee722387f4868b29d0c0b1f0de01188ab9d302dd050be26ab84a62af'
ChecksumType = 'sha256'
}
Get-ChocolateyWebFile @packageArgs

0 comments on commit 1b0f11a

Please sign in to comment.