Skip to content

Commit

Permalink
AU: 3 updated - iTunes mkdocs-material vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 10, 2021
1 parent 1c5d3ef commit 6ce3a19
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/itunes/info
@@ -1 +1 @@
"c78a004e2a0a7f083c796b5ab6f57663"|12.11.3.17
"4fb70a218c0b4ffe3775f5b5df13925f"|12.11.4.15
2 changes: 1 addition & 1 deletion automatic/itunes/itunes.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>iTunes</id>
<version>12.11.3.17</version>
<version>12.11.4.15</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
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>7.2.2</version>
<version>7.2.3</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion 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) {
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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.3318/gvim_8.2.3318_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3318/gvim_8.2.3318_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3322/gvim_8.2.3322_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3322/gvim_8.2.3322_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: BA406989B25416BC4C577D17BCC3C0D3C01BBD51E164CD302928741EF2559A99
checksum64: A74BFC8B538957645FE0CFACD58F5E3B5E6D574920C3633DB861DB16789DB6CA
checksum32: D12E472F6B6108455097745D9961A202FA7B06546CB58445AD3C7F354BD6A674
checksum64: DF9D5507DE462F511D5F5C405925897B0331B207C73647C59837C959BAF25287
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -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 = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3318</version>
<version>8.2.3322</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 6ce3a19

Please sign in to comment.