Browse Source

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

Chocolatey 5 years ago
parent
commit
2a7b760e22

+ 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.3</version>
+    <version>1.8.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.7.3/right_st-windows-amd64.zip'
-  checksum64     = '142dc2a5826a2923133633f9b505539ee21be6d0b488d81cc262eb97c0b8eb9c'
+  url64bit       = 'https://binaries.rightscale.com/rsbin/right_st/v1.8.0/right_st-windows-amd64.zip'
+  checksum64     = 'fe666bb24d750231120632056daea64542dfcd18b604f8576a245c0a0bae7a26'
   checksumType64 = 'sha256'
 }