Browse Source

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

Chocolatey 4 years ago
parent
commit
cfe85c5e69
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>7.0.0</version>
+    <version>7.0.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/v7.0.0/rsc-windows-amd64.zip'
-  checksum64     = 'b05e6194b1fa882c8f5141aef2db2a554bb01b17fd79fbb07c775f1b75609142'
+  url64bit       = 'https://binaries.rightscale.com/rsbin/rsc/v7.0.1/rsc-windows-amd64.zip'
+  checksum64     = '317faf23a4e26e61140236b2e05faed5a19fdf069ef2de8afcb578a67b820df7'
   checksumType64 = 'sha256'
 }