Skip to content

Commit

Permalink
AU: 2 updated - iTunes vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 21, 2021
1 parent a3c408b commit b857775
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/itunes/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"4fb70a218c0b4ffe3775f5b5df13925f"|12.11.4.15
"0320ece80df2290ea7cd7ae3fd41b727"|12.12.0.6
2 changes: 1 addition & 1 deletion automatic/itunes/itunes.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>iTunes</id>
<version>12.11.4.15</version>
<version>12.12.0.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/itunes</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>iTunes</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/itunes/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3450/gvim_8.2.3450_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3450/gvim_8.2.3450_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3451/gvim_8.2.3451_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3451/gvim_8.2.3451_x64.zip>
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
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3450</version>
<version>8.2.3451</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>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.</summary>
Expand Down

0 comments on commit b857775

Please sign in to comment.