diff --git a/automatic/itunes/info b/automatic/itunes/info index 7ca8778c7d3..d1ce18c0338 100644 --- a/automatic/itunes/info +++ b/automatic/itunes/info @@ -1 +1 @@ -"4fb70a218c0b4ffe3775f5b5df13925f"|12.11.4.15 \ No newline at end of file +"0320ece80df2290ea7cd7ae3fd41b727"|12.12.0.6 \ No newline at end of file diff --git a/automatic/itunes/itunes.nuspec b/automatic/itunes/itunes.nuspec index 0595aed59d7..68ca7b1bf3b 100644 --- a/automatic/itunes/itunes.nuspec +++ b/automatic/itunes/itunes.nuspec @@ -3,7 +3,7 @@ iTunes - 12.11.4.15 + 12.12.0.6 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 ca2070be255..7ae9cfdb0cb 100644 --- a/automatic/itunes/tools/chocolateyInstall.ps1 +++ b/automatic/itunes/tools/chocolateyInstall.ps1 @@ -1,16 +1,16 @@ $ErrorActionPreference = 'Stop'; -$version = '12.11.4.15' +$version = '12.12.0.6' $packageArgs = @{ packageName = 'iTunes' fileType = 'msi' - 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' + url = 'https://secure-appldnld.apple.com/itunes12/071-30323-20210915-123B0E28-1678-11EC-AB36-CEF157CD27C4/iTunesSetup.exe' + url64bit = 'https://secure-appldnld.apple.com/itunes12/071-30327-20210915-123B7FE8-1678-11EC-8C42-CFF157CD27C4/iTunes64Setup.exe' softwareName = 'iTunes' - checksum = 'B8DC7922CFC2DC5704F1E64037DB0366465ED1A37E5C405587825F04EA629AE8' + checksum = 'C958879020DC5BB41E26D6879AC7D14C4AE920186D6F8E84845765C4C27E96E6' checksumType = 'sha256' - checksum64 = '0f9beca9148f5ced1ab77b4024d462c54846c4b3e8a4e1dcbeff730b5e5c66c8' + checksum64 = '76fcc844621a9e87f158784b657dd9a2198251e2d8bdf62f7f242262c276ea63' checksumType64 = 'sha256' silentArgs = "/qn /norestart" validExitCodes = @(0, 2010, 1641) diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index bd2adc260e2..86f645f9d57 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: B3FF9F1925B548D41D1A3E8AAF7538AD2E279F2FC1C975D0B4CD29AE0E981792 - checksum64: F56B703DE9766048418B5BC54DA3663FDE6B94F412A18DD76C57F3DA84DA78F4 + checksum32: 005352FBF065C2CD529C867FD5341196394EE5953E265729D9ED32602B8F9154 + checksum64: 5983B5443191B92D5CDE3AAE83502E96D65DF607488DB0A7975A84E5F1897DD7 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 38586caf4c2..8217d44170e 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.3450_x86.zip" - file64 = "$toolsDir\gvim_8.2.3450_x64.zip" + file = "$toolsDir\gvim_8.2.3451_x86.zip" + file64 = "$toolsDir\gvim_8.2.3451_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 14f8dd03e14..0dedb1d9558 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3450 + 8.2.3451 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.