Skip to content

Commit

Permalink
AU: 1 updated - iCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 25, 2020
1 parent c3a0c75 commit e716310
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/icloud/icloud.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>7.17.0.13</version>
<version>7.18.0.22</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>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
6 changes: 3 additions & 3 deletions automatic/icloud/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$ErrorActionPreference = 'Stop';

$version = '7.17.0.13'
$version = '7.18.0.22'

$packageArgs = @{
packageName = 'iCloud'
fileType = 'msi'
url = 'http://updates-http.cdn-apple.com/2020/windows/061-61608-20200122-4464F20E-3D7D-11EA-ADA8-880F4463EB08/iCloudSetup.exe'
url = 'https://secure-appldnld.apple.com/windows/061-91601-20200323-974a39d0-41fc-4761-b571-318b7d9205ed/iCloudSetup.exe'
softwareName = 'iCloud'
checksum = '9D736F3F0F8866B2F9FEB67F0702392B259AD2C40A3711C1E6779AADED2DF308'
checksum = '1100052F27C8EBF6EEA57B05682EB4A5A75EFD50D7ED1C943BD0108ACDC5E692'
checksumType = 'sha256'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 2010, 1603, 1641)
Expand Down

0 comments on commit e716310

Please sign in to comment.