Skip to content

Commit

Permalink
AU: 3 updated - iCloud viber vscode-vsliveshare
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 30, 2019
1 parent 5a3d0ce commit 141a753
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.14.0.29</version>
<version>7.15.0.10</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.14.0.29'
$version = '7.15.0.10'

$packageArgs = @{
packageName = 'iCloud'
fileType = 'msi'
url = 'http://updates-http.cdn-apple.com/2019/windows/041-75336-20191002-45F92212-E56B-11E9-9B8B-CBB84BDB2D0F/iCloudSetup.exe'
url = 'http://updates-http.cdn-apple.com/2019/windows/061-24943-20191028-18EC3E3C-F9D2-11E9-9D7B-F55FB62FDC30/iCloudSetup.exe'
softwareName = 'iCloud'
checksum = '56220C91F8E3DFE6692ED69393C532BC2BC976DC66D845AE9AC6790F61F31CC1'
checksum = 'C619EE5E724026B0CB3BC62A01FFB9130DFA45100970AC235C0B9133EAA8C195'
checksumType = 'sha256'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 2010, 1603, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/viber/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"ac2cff0cfe2a1268f20a07d08b259f9c-6"|11.7.0.64
"2231624c62bddaf5992f936788bca32f-6"|11.8.0.60
2 changes: 1 addition & 1 deletion automatic/viber/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.cdn.viber.com/desktop/windows/ViberSetup.exe'
$checksum = '313300C18585B9C9C0531E427F80364EF17963815A422F1BD93C5BD244FE5926'
$checksum = '36B9C083964FAA5383CB2EC5048B93A734290E6D1ED26E21244872C5D75BE37F'
$checksumType = 'sha256'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/viber/viber.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>11.7.0.64</version>
<version>11.8.0.60</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
2 changes: 1 addition & 1 deletion automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-vsliveshare.vsliveshare@1.0.1056'
Install-VsCodeExtension -extensionId 'ms-vsliveshare.vsliveshare@1.0.1122'
2 changes: 1 addition & 1 deletion automatic/vscode-vsliveshare/vscode-vsliveshare.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>1.0.1056</version>
<version>1.0.1122</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

0 comments on commit 141a753

Please sign in to comment.