Browse Source

AU: 1 updated - right-st
[skip ci] https://gist.github.com/d98014ed4fcaa5cc65bb902f21ce366a/a41390cfe931d80acb6e11f7d602c44392e0c3e9

Chocolatey 4 years ago
parent
commit
5013f7334c

+ 1 - 1
automatic/right-st/right-st.nuspec

@@ -3,7 +3,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
   <metadata>
     <id>right-st</id>
-    <version>1.8.2</version>
+    <version>1.9.0</version>
     <packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/right-st</packageSourceUrl>
     <owners>Douglas Thrift</owners>
     <title>right_st - RightScale ServerTemplate and RightScript tool</title>

+ 2 - 2
automatic/right-st/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/right_st/v1.8.2/right_st-windows-amd64.zip'
-  checksum64     = 'cb97877c9678952b33d4063e95190048735e68a14afe3316adf690427d46ba18'
+  url64bit       = 'https://binaries.rightscale.com/rsbin/right_st/v1.9.0/right_st-windows-amd64.zip'
+  checksum64     = '108b6902a4844a75cbdf54aabff47c78417f4243b902ad4e8c6c6867212de9fb'
   checksumType64 = 'sha256'
 }