Browse Source

AU: 1 updated - right-st
[skip ci]

Chocolatey 6 years ago
parent
commit
1f94d4a6c1

+ 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.7.1</version>
+    <version>1.7.2</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.7.1/right_st-windows-amd64.zip'
-  checksum64     = 'ba981768a0eb4bf07305004506c25ca43142c0784a8688855428b75f607f9850'
+  url64bit       = 'https://binaries.rightscale.com/rsbin/right_st/v1.7.2/right_st-windows-amd64.zip'
+  checksum64     = 'fe3d6523e8d681bb473ee778bef9e991b5a9aafa45af9cdc63375ead6bd32864'
   checksumType64 = 'sha256'
 }