Browse Source

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

Chocolatey 6 years ago
parent
commit
6d2d662dba
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.4.1</version>
+    <version>6.5.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.4.1/rsc-windows-amd64.zip'
-  checksum64     = '6a953408725537a9ca2e75ddb594eb37e5e72d925d271b2e92bca2a664b4542a'
+  url64bit       = 'https://binaries.rightscale.com/rsbin/rsc/v6.5.0/rsc-windows-amd64.zip'
+  checksum64     = 'a2906b0460ed5e7c9c326879c22349065a96947f55b79a82bab5fe253df992e6'
   checksumType64 = 'sha256'
 }