Skip to content

Commit

Permalink
AU: 1 updated - right-st
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 24, 2017
1 parent bb1ffcf commit 3cf232b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/right-st/right-st.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>right-st</id>
<version>1.6.3</version>
<version>1.7.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>
Expand Down
4 changes: 2 additions & 2 deletions automatic/right-st/tools/chocolateyinstall.ps1
Expand Up @@ -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.6.3/right_st-windows-amd64.zip'
checksum64 = '489bfc4cb2cd9ff2205fac581fa8be9241df8e4ac4ae59ec392abe648a23254b'
url64bit = 'https://binaries.rightscale.com/rsbin/right_st/v1.7.0/right_st-windows-amd64.zip'
checksum64 = '9df577e4500154a9878a58af0cddf16a7f01325e41a223dca0309b4a9b08ba0d'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 3cf232b

Please sign in to comment.