Browse Source

AU: 1 updated - rsc
[skip ci]

Chocolatey 6 years ago
parent
commit
2b5b4389c1
2 changed files with 3 additions and 3 deletions
  1. 1 1
      automatic/rsc/rsc.nuspec
  2. 2 2
      automatic/rsc/tools/chocolateyinstall.ps1

+ 1 - 1
automatic/rsc/rsc.nuspec

@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
   <metadata>
     <id>rsc</id>
-    <version>6.6.0</version>
+    <version>6.7.0</version>
     <packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/rsc</packageSourceUrl>
     <owners>Douglas Thrift</owners>
     <title>rsc - RightScale API Client</title>

+ 2 - 2
automatic/rsc/tools/chocolateyinstall.ps1

@@ -6,8 +6,8 @@ $toolsDir    = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
 $packageArgs = @{
   packageName    = $packageName
   unzipLocation  = $toolsDir
-  url64bit       = 'https://binaries.rightscale.com/rsbin/rsc/v6.6.0/rsc-windows-amd64.zip'
-  checksum64     = '282f8664165677ba6a823bbdf079e302174e1aef882e399556aa4d96e02b3416'
+  url64bit       = 'https://binaries.rightscale.com/rsbin/rsc/v6.7.0/rsc-windows-amd64.zip'
+  checksum64     = '6010523081996bf1229c6bdf55b7932f9b815c473bb4598581c4e418d4e3d05d'
   checksumType64 = 'sha256'
 }