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 Apr 2, 2021
1 parent 1c51ef6 commit 97bebf8
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.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/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>3.1.4.1996</version>
<version>3.1.5.2056</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 @@
"f98494f5276605c9e1866949cdc43ed5-20"|3.1.4.1996
"21b3d3086394ce725be18bd36906847b-20"|3.1.5.2056
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 = '604E40ED03883E1D740367FBCC4DA9C21FC88FE26F9DF7ACA4ED0A25C0B1AC2E'
$checksum = '46D220FF1C206B246AD2EB2456154606298191C9CD2D2FF374384944CA88199F'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 97bebf8

Please sign in to comment.