Browse Source

AU: 1 updated - rsc
[skip ci] https://gist.github.com/d98014ed4fcaa5cc65bb902f21ce366a/d370540e121d264d73306f16a83845f7257b2b1f

Chocolatey 5 years ago
parent
commit
c7a8fcacdc
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.9.0</version>
+    <version>6.10.1</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.9.0/rsc-windows-amd64.zip'
-  checksum64     = '810eb404c4c83655e29ae4d3a9f8dd1dfccd8d3c9ef22d7a15602821bd533326'
+  url64bit       = 'https://binaries.rightscale.com/rsbin/rsc/v6.10.1/rsc-windows-amd64.zip'
+  checksum64     = '0b6736ab41ad98bb4769996b04b69c1c58c8b595487bb01c560a59aeb1c94e09'
   checksumType64 = 'sha256'
 }