diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index c2a674b952c..969da8553b9 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "128.0.6578.0-snapshots", + "snapshots": "128.0.6579.0-snapshots", "stable": "126.0.6478.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index c62e989b730..c6f005f012c 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 128.0.6578.0-snapshots + 128.0.6579.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 655e6e4db7b..2404a382306 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: 7C791197E649515D291DA619675FEB8609AF108F0F20ED55B61F700FB8C87D7C + checksum64: 11BEE4E4185389E229243A13D31188440F864325BB2E02B3EEBDFFD38B8E7C72 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 99bcd9dba87..bd5cafc9b1f 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.6578.0-snapshots' +$version = '128.0.6579.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/1323595/mini_installer.exe' - checksum = '41E15828D053517513ECBBA589999D07832DB939E71483B5ED30BF99E9D630A2' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1323799/mini_installer.exe' + checksum = '91C16CF0D47ABF9A17C8B83707B9C3A1B8D26C473DE1AB3E83B40D49F0E2EABC' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index 5813b6d9ed5..5bb28786186 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": "38001.2024.7.2-dev" + "dev": "38001.2024.7.5-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index 06421ff83bb..1a069efda50 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 38001.2024.7.2-dev + 38001.2024.7.5-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index 4092070854b..66801f63283 100644 --- a/automatic/freecad/tools/chocolateyInstall.ps1 +++ b/automatic/freecad/tools/chocolateyInstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = '7z' url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38001-conda-Windows-x86_64-py311.7z' softwareName = 'FreeCAD' - checksum64 = '79BA2102A9733BBAC47011C2350520F713B0FEB09DAE7BC874885D6F0692B1B3' + checksum64 = 'D4E0D6DB7EC100C93B19BB5977089492BCD3AA7C8E7AB93185A7BC86C50E0B9B' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 25b7d946884..ef98312847f 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: 36292C99CB320C2D24B4F47DEA082728D3EE07AD9E1396B208342238FD0D8411 - checksum64: EC0B152FF9D074E0C2BB3698CC3A7B9F755E75C82179706D52798F34285E5A82 + checksum32: 81793E834ABB75E64579C52924A7EB9C6A8A892B1E23752B7E2BD418B486A95E + checksum64: 44C0972B1A9E444E85259450D818E8B64040DCCCF71A38BADA7294350B2DEA11 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index b7da5627015..b2864c12247 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.0516_x86.zip" - file64 = "$toolsDir\gvim_9.1.0516_x64.zip" + file = "$toolsDir\gvim_9.1.0532_x86.zip" + file64 = "$toolsDir\gvim_9.1.0532_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index b8ff640d6df..57994e41a0b 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0516 + 9.1.0532 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.