Skip to content

Commit

Permalink
AU: 1 updated - amazon-workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Aug 3, 2022
1 parent f85fb2a commit bacc024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/amazon-workspaces/amazon-workspaces.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.microsoft.com/en-us/nuget/re
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.microsoft.com/en-us/nuget/concepts/package-versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>5.1.0.3029</version>
<version>5.2.0.3089</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>virtualex</owners>
<!-- ============================== -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/amazon-workspaces/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"30683e012a8f7a1bb48692c23dbe03c0-30"|5.1.0.3029
"d77919ab0937c4f815c16cd652b659a9-40"|5.2.0.3089
2 changes: 1 addition & 1 deletion automatic/amazon-workspaces/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://d2td7dqidlhjx7.cloudfront.net/prod/global/windows/Amazon+WorkSpaces.msi'
$checksum = '87E77D59EFD82408B81D7B45AEEA768AB671855CEC172C2F3A664555A77B26BD'
$checksum = 'ACFABF83EA29929D58289CEF9FC49000C127F5245A0E80C6B85E2DB9B44A5298'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit bacc024

Please sign in to comment.