Skip to content

Commit

Permalink
AU: 1 updated - citrix-sharefile-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Aug 31, 2020
1 parent b03d3e9 commit dd6ad4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>citrix-sharefile-sync</id>
<version>3.24.104</version>
<version>3.24.106.0</version>
<title>Citrix ShareFile Sync</title>
<authors>Citrix</authors>
<owners>tunisiano</owners>
Expand Down
14 changes: 7 additions & 7 deletions automatic/citrix-sharefile-sync/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop'
$installerType = 'MSI'
$url = 'https://downloads.citrix.com/7110/ShareFileSync32_v3.24.106.0.msi?__gda__=1598876779_51df14cd9649b49c663362bb6f0bc6a2'
$checksum = 'dcf05efb9b81ae50fb6d0b0cd6b983866ab79d93544c48ed8c010fef0f0d09ed'
$checksumType = 'sha256'
$url64 = 'https://downloads.citrix.com/7110/ShareFileSync64_v3.24.106.0.msi?__gda__=1598876779_af8dd3d560d30426a7f328252abea25d'
$checksum64 = '4a4d085d22f6743b84f766d91395dd0b4e0ba2a2963257c1851e4ce7fbadec1c'
$checksumType64 = 'sha256'
$url = 'https://downloads.citrix.com/7110/ShareFileSync32_v3.24.106.0.msi?__gda__=1598879382_c38c390a73da6daa17fbe6e449e1eb88'
$checksum = ''
$checksumType = ''
$url64 = 'https://downloads.citrix.com/7110/ShareFileSync64_v3.24.106.0.msi?__gda__=1598879382_6111f17bb03d1116452b67051247ebd5'
$checksum64 = ''
$checksumType64 = ''
$silentArgs = '/quiet'
$validExitCodes = @(0)

Expand Down Expand Up @@ -33,4 +33,4 @@ if($OSIsServerVersion) {
exit 0
} else {
Install-ChocolateyPackage @packageArgs
}
}

0 comments on commit dd6ad4c

Please sign in to comment.