From 6ce3a19a200fe1591b25c1333897cb053fad3bad Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 10 Aug 2021 00:13:19 +0000 Subject: [PATCH] AU: 3 updated - iTunes mkdocs-material vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/f504ec30b566da8249a903534e3aba5b7faa1608 --- automatic/itunes/info | 2 +- automatic/itunes/itunes.nuspec | 2 +- automatic/itunes/tools/chocolateyInstall.ps1 | 10 +++++----- automatic/mkdocs-material/mkdocs-material.nuspec | 2 +- automatic/mkdocs-material/tools/ChocolateyInstall.ps1 | 2 +- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/automatic/itunes/info b/automatic/itunes/info index 7883e7b4e26..7ca8778c7d3 100644 --- a/automatic/itunes/info +++ b/automatic/itunes/info @@ -1 +1 @@ -"c78a004e2a0a7f083c796b5ab6f57663"|12.11.3.17 \ No newline at end of file +"4fb70a218c0b4ffe3775f5b5df13925f"|12.11.4.15 \ No newline at end of file diff --git a/automatic/itunes/itunes.nuspec b/automatic/itunes/itunes.nuspec index 839497ed9ed..0595aed59d7 100644 --- a/automatic/itunes/itunes.nuspec +++ b/automatic/itunes/itunes.nuspec @@ -3,7 +3,7 @@ iTunes - 12.11.3.17 + 12.11.4.15 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/itunes chocolatey-community iTunes diff --git a/automatic/itunes/tools/chocolateyInstall.ps1 b/automatic/itunes/tools/chocolateyInstall.ps1 index 893a7844e55..ca2070be255 100644 --- a/automatic/itunes/tools/chocolateyInstall.ps1 +++ b/automatic/itunes/tools/chocolateyInstall.ps1 @@ -1,16 +1,16 @@ $ErrorActionPreference = 'Stop'; -$version = '12.11.3.17' +$version = '12.11.4.15' $packageArgs = @{ packageName = 'iTunes' fileType = 'msi' - url = 'https://secure-appldnld.apple.com/itunes12/001-97791-20210421-F0E1AA9C-A2C9-11EB-8059-A028318AD179/iTunesSetup.exe' - url64bit = 'https://secure-appldnld.apple.com/itunes12/001-97787-20210421-F0E5A3C2-A2C9-11EB-A40B-A128318AD179/iTunes64Setup.exe' + url = 'https://secure-appldnld.apple.com/itunes12/071-25049-20210809-F69E52C8-F94A-11EB-8496-03B06A2FDD26/iTunesSetup.exe' + url64bit = 'https://secure-appldnld.apple.com/itunes12/071-25047-20210809-F69EB204-F94A-11EB-9CEE-02B06A2FDD26/iTunes64Setup.exe' softwareName = 'iTunes' - checksum = '132CEB1291D594C0FF26680018DB6EDD6EE67F2E541E51F1CF57103FD12219C4' + checksum = 'B8DC7922CFC2DC5704F1E64037DB0366465ED1A37E5C405587825F04EA629AE8' checksumType = 'sha256' - checksum64 = '07c0c72f364f8c5ffdc4a4d60ddba7081fa82971eabcfcb25d4e6b223690527a' + checksum64 = '0f9beca9148f5ced1ab77b4024d462c54846c4b3e8a4e1dcbeff730b5e5c66c8' checksumType64 = 'sha256' silentArgs = "/qn /norestart" validExitCodes = @(0, 2010, 1641) diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index df547e75334..a120cfee312 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 7.2.2 + 7.2.3 Martin Donath chocolatey-community http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index f21471d1d9f..cc18f9f8082 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '7.2.2' +$version = '7.2.3' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index f48a6b663e4..96f6d0caacf 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: BA406989B25416BC4C577D17BCC3C0D3C01BBD51E164CD302928741EF2559A99 - checksum64: A74BFC8B538957645FE0CFACD58F5E3B5E6D574920C3633DB861DB16789DB6CA + checksum32: D12E472F6B6108455097745D9961A202FA7B06546CB58445AD3C7F354BD6A674 + checksum64: DF9D5507DE462F511D5F5C405925897B0331B207C73647C59837C959BAF25287 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 270ffe1b036..cc244b60e13 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_8.2.3318_x86.zip" - file64 = "$toolsDir\gvim_8.2.3318_x64.zip" + file = "$toolsDir\gvim_8.2.3322_x86.zip" + file64 = "$toolsDir\gvim_8.2.3322_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index b27f5798890..2d779960356 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3318 + 8.2.3322 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.