diff --git a/automatic/autohotkey.portable/autohotkey.portable.json b/automatic/autohotkey.portable/autohotkey.portable.json index 7cedad45ca5..75cd92f64ff 100644 --- a/automatic/autohotkey.portable/autohotkey.portable.json +++ b/automatic/autohotkey.portable/autohotkey.portable.json @@ -1,5 +1,5 @@ { "1.1": "1.1.37.02", - "2.0": "2.0.11", + "2.0": "2.0.12", "2.1": "2.1-alpha8" } diff --git a/automatic/autohotkey.portable/autohotkey.portable.nuspec b/automatic/autohotkey.portable/autohotkey.portable.nuspec index c1fd2df40fb..aa4b700e157 100644 --- a/automatic/autohotkey.portable/autohotkey.portable.nuspec +++ b/automatic/autohotkey.portable/autohotkey.portable.nuspec @@ -3,7 +3,7 @@ autohotkey.portable - 1.1.37.02 + 2.0.12 AutoHotkey (Portable) chocolatey-community Lexikos diff --git a/automatic/autohotkey.portable/tools/VERIFICATION.txt b/automatic/autohotkey.portable/tools/VERIFICATION.txt index 0281aac7c24..5d76711fd7f 100644 --- a/automatic/autohotkey.portable/tools/VERIFICATION.txt +++ b/automatic/autohotkey.portable/tools/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://autohotkey.com/download/1.1//AutoHotkey_1.1.37.02.zip - x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.37.02.zip + x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0.12.zip + x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0.12.zip to download the installer. @@ -16,12 +16,12 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 6F3663F7CDD25063C8C8728F5D9B07813CED8780522FD1F124BA539E2854215F - checksum64: 6F3663F7CDD25063C8C8728F5D9B07813CED8780522FD1F124BA539E2854215F + checksum32: 4C517113F22937A313921B73C9B25463CC7ED0B77D9CF42B08B6443184E52E90 + checksum64: 4C517113F22937A313921B73C9B25463CC7ED0B77D9CF42B08B6443184E52E90 Using Chocolatey AU: - Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.37.02.zip + Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0.12.zip File 'license.txt' is obtained from: https://github.com/AutoHotkey/AutoHotkey/blob/df84a3e902b522db0756a7366bd9884c80fa17b6/license.txt diff --git a/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 b/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 index a000079fd43..7d620600e69 100644 --- a/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 +++ b/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$fileName = 'AutoHotkey_1.1.37.02.zip' +$fileName = 'AutoHotkey_2.0.12.zip' $toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition $zip_path = "$toolsPath\$fileName" Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index 5e619138662..d3a0470f07f 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 9.5.14 + 9.5.15 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 0782e68e6c8..61b78cd151a 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '9.5.14' +$version = '9.5.15' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 82dedf1f05b..d4c173ebfb6 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: 6743C3F7E33352BE756D963A41FC30288B390014C0B64A8B51DDE97E5643C957 - checksum64: CCECB84CEB36C803B49516BFAF28C91E497DE75BCD38A158A3B44832C3101E8D + checksum32: D4EDE3489838ABE7908771CD37AD7628A4DE9B4F912F49E8F9699E105BA70A97 + checksum64: 3D020EE093A6017D0BD1E8B35337F2BBCFF96410BD73F1554CD6BE0CAE4E4608 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 06e57de569a..e17e3c4c178 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_9.1.0196_x86.zip" - file64 = "$toolsDir\gvim_9.1.0196_x64.zip" + file = "$toolsDir\gvim_9.1.0198_x86.zip" + file64 = "$toolsDir\gvim_9.1.0198_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 07455476e77..d7f06fc355d 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0196 + 9.1.0198 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.