Skip to content

Commit

Permalink
AU: 1 updated - rsc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 14, 2021
1 parent 8347fdb commit 726605e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/rsc/rsc.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>rsc</id>
<version>8.1.0</version>
<version>9.0.0</version>
<packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/rsc</packageSourceUrl>
<owners>Douglas Thrift</owners>
<title>rsc - RightScale API Client</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/rsc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
url64bit = 'https://binaries.rightscale.com/rsbin/rsc/v8.1.0/rsc-windows-amd64.zip'
checksum64 = 'e4ee267fd7f3bdd0bdb37767b8cb5093dde7b34918365dbeded37c79b5f070a7'
url64bit = 'https://binaries.rightscale.com/rsbin/rsc/v9.0.0/rsc-windows-amd64.zip'
checksum64 = 'ba83f4be8dce604468523cd0150cff70aa7229d3192c67a5001290ee0a3bd4dd'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 726605e

Please sign in to comment.