Browse Source

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

Chocolatey 3 years ago
parent
commit
795a4dfca9
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>8.0.0</version>
+    <version>8.1.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/v8.0.0/rsc-windows-amd64.zip'
-  checksum64     = '960730a54f9f1f0023dcc57177a1408e250184d0ab8d16380445e09ee4537567'
+  url64bit       = 'https://binaries.rightscale.com/rsbin/rsc/v8.1.0/rsc-windows-amd64.zip'
+  checksum64     = 'e4ee267fd7f3bdd0bdb37767b8cb5093dde7b34918365dbeded37c79b5f070a7'
   checksumType64 = 'sha256'
 }