diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index fcbfc8760f8..629100dca21 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "128.0.6612.0-snapshots", + "snapshots": "128.0.6613.0-snapshots", "stable": "126.0.6478.183" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index b2e2e79571a..baf8e06b226 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 128.0.6612.0-snapshots + 128.0.6613.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 8ab9db76fee..25b41acdabb 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum64: 30607109A31C7183AAD8BA8A15AA5527ADF7A5BE88E1EEB09E8561FBF0B39931 + checksum64: AC04694C3511D718EA9B83D11002B82F5C8E0D65AE443AC4CB3062D8A19FFABE The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 15efb3e8e69..33fec711ea8 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '128.0.6612.0-snapshots' +$version = '128.0.6613.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1330959/mini_installer.exe' - checksum = '470B1C7A52528F277122DAF538FDB27C6FFBC609F200AA41C4727BA61D3F599B' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1331210/mini_installer.exe' + checksum = '494F27FA12AD7AADFFF51E2DF381B75C51B4AB4F9BC89842544AF5AB867BC80B' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index 9d1ab992129..862fd31b59a 100644 --- a/automatic/freecad/freecad.json +++ b/automatic/freecad/freecad.json @@ -1,5 +1,5 @@ { "stable": "0.21.2.1", "portable": "0.21.2.1", - "dev": "38261.2024.7.19-dev" + "dev": "38314.2024.7.22-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index 01017b1ca7f..36c42f22cf7 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 38261.2024.7.19-dev + 38314.2024.7.22-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index f09ffc9cbf5..14df07c833d 100644 --- a/automatic/freecad/tools/chocolateyInstall.ps1 +++ b/automatic/freecad/tools/chocolateyInstall.ps1 @@ -6,9 +6,9 @@ if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -P $packageArgs = @{ packageName = 'freecad' fileType = '7z' - url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38261-conda-Windows-x86_64-py311.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38314-conda-Windows-x86_64-py311.7z' softwareName = 'FreeCAD' - checksum64 = '0BEB0E5434553B085B27C267144C8196E177F689F2D52989A2DF05D2D1B08601' + checksum64 = '913BE2134C0B08938C0DB80945E288FFD29444CACBC1C9A3649EA374DA644EB8' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/tixati.portable/tixati.portable.nuspec b/automatic/tixati.portable/tixati.portable.nuspec index 121d1d37cbc..16e489dde2b 100644 --- a/automatic/tixati.portable/tixati.portable.nuspec +++ b/automatic/tixati.portable/tixati.portable.nuspec @@ -4,7 +4,7 @@ tixati.portable Tixati Portable - 3.27 + 3.28 Kevin Hearn chocolatey-community Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources. diff --git a/automatic/tixati.portable/tools/chocolateyInstall.ps1 b/automatic/tixati.portable/tools/chocolateyInstall.ps1 index 3c3837c0cdf..193e68e1a31 100644 --- a/automatic/tixati.portable/tools/chocolateyInstall.ps1 +++ b/automatic/tixati.portable/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'tixati.portable' - url = 'https://download2.tixati.com/download/tixati-3.27-1.portable.zip' - checksum = '80b11be10aa1af50ac2df231bff6d9e2fabaea8859a34af0073a00c5699cadac' + url = 'https://download2.tixati.com/download/tixati-3.28-1.portable.zip' + checksum = '86c1254379a72b93d148f1bad4aab5e14b5c557b409f67024b96c647ed2691cc' checksumType = 'sha256' unzipLocation = $toolsPath } diff --git a/automatic/tixati/tixati.nuspec b/automatic/tixati/tixati.nuspec index 98e4df54c5c..728b05522f8 100644 --- a/automatic/tixati/tixati.nuspec +++ b/automatic/tixati/tixati.nuspec @@ -4,7 +4,7 @@ tixati Tixati - 3.27 + 3.28 Kevin Hearn chocolatey-community,Redsandro Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources. diff --git a/automatic/tixati/tools/chocolateyInstall.ps1 b/automatic/tixati/tools/chocolateyInstall.ps1 index c2d8e5a19c4..86ae86acb85 100644 --- a/automatic/tixati/tools/chocolateyInstall.ps1 +++ b/automatic/tixati/tools/chocolateyInstall.ps1 @@ -5,16 +5,16 @@ if (Get-Process "Tixati*" -ErrorAction SilentlyContinue) { } $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$fileName = 'tixati-3.27-1.install.exe' +$fileName = 'tixati-3.28-1.install.exe' $dlDir = "$Env:TEMP\chocolatey\$($Env:ChocolateyPackageName)\$($Env:ChocolateyPackageVersion)" $packageArgs = @{ packageName = $Env:ChocolateyPackageName fileFullPath = Join-path $dlDir $fileName - url = 'https://download1.tixati.com/download/tixati-3.27-1.win32-install.exe' - url64bit = 'https://download1.tixati.com/download/tixati-3.27-1.win64-install.exe' - checksum = '07183d131f3f4f8dae9ceb6ca812494744d82d50b03b83204d533b7ab95e1be5' - checksum64 = '7706ed773e1a88af16aad034a338bbe27b81c7cf2b7cf7b97a28dee91e2bab46' + url = 'https://download1.tixati.com/download/tixati-3.28-1.win32-install.exe' + url64bit = 'https://download1.tixati.com/download/tixati-3.28-1.win64-install.exe' + checksum = 'cce5045d8746c0af5094b45a5536a0befcd4dccaaaedf327b3f71c1ec70f1272' + checksum64 = '69c35388e07e5b35aa6edf84d2b209313867fde0ab549898b171c0300968d9b0' checksumType = 'sha256' } diff --git a/automatic/typescript/tools/chocolateyInstall.ps1 b/automatic/typescript/tools/chocolateyInstall.ps1 index df49e749b54..cce2ae5d40a 100644 --- a/automatic/typescript/tools/chocolateyInstall.ps1 +++ b/automatic/typescript/tools/chocolateyInstall.ps1 @@ -4,4 +4,4 @@ Update-SessionEnvironment $npmPath = Get-Command npm | ForEach-Object { $_.Path } "Installing $env:chocolateyPackageName using nodejs..." -Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@5.5.3" +Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@5.5.4" diff --git a/automatic/typescript/typescript.nuspec b/automatic/typescript/typescript.nuspec index 56e5082a324..c981a782ecb 100644 --- a/automatic/typescript/typescript.nuspec +++ b/automatic/typescript/typescript.nuspec @@ -3,7 +3,7 @@ typescript - 5.5.3 + 5.5.4 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/typescript chocolatey-community, Microsoft TypeScript @@ -27,7 +27,7 @@ This package installs the command-line TypeScript compiler as a Node.js package. - **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> - https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+label%3A%22fixed%22+ + https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+5.5.4%22+label%3A%22fixed%22+ diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 809dff72921..85a58668a4b 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: 71E499B6916172D772FCEBBD6943CC9EB10D1002D0974B1378A01675C7993B52 - checksum64: EC03AEC9D6BFD9AEBB09ED2A0CC17DB0FD74A8B6F5BAEDD8AE63E1D03D94A62D + checksum32: BB3F6F5B09F4E11B5C04695CB4C268BAEE3BB3C4A29A1C00F7A95C17DD249596 + checksum64: C7FE4CC005125C2B9C634ADEC9086832E9752F217B7AF37E800A95C35C858648 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index ccfbe77f903..fd84348f1c0 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.0608_x86.zip" - file64 = "$toolsDir\gvim_9.1.0608_x64.zip" + file = "$toolsDir\gvim_9.1.0610_x86.zip" + file64 = "$toolsDir\gvim_9.1.0610_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 5ba64a92024..af4856d52f9 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0608 + 9.1.0610 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.