diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 69e271f5ead..32db31fd71d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "116.0.5804.0-snapshots", + "snapshots": "116.0.5805.0-snapshots", "stable": "113.0.5672.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 04491474bb8..1e16fad9a4a 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 116.0.5804.0-snapshots + 116.0.5805.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 1b10dae0e74..9ed6a7011e5 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-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 - checksum32: 7A0B8BB7A9E0A2AC35A7379A44A95EA53AAEEE1B8B832E2366314D8DBC24CFEA - checksum64: 7AEC9D8CC68EB660A08D358699C5EB52D68D71AD017053DFAF48639654B9CBA9 + checksum32: F0076F10B27A92EC5D84FEDBFE4FCDB516D1FED0ACBC4C98AECB7E372B5D58EB + checksum64: A7D7D4E3F28BD07B65EFBCC5D845C6CF91B68925D5A0A43A4EC53F689246BBE1 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index ae31e0f62e8..dfa010c6b18 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "116.0.5804.0-snapshots" +$version = "116.0.5805.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index f674979ea14..b17109f75ec 100644 --- a/automatic/mixxx/legal/VERIFICATION.txt +++ b/automatic/mixxx/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ Package can be verified like this: 1. Go to x32: No longer being provided - x64: https://downloads.mixxx.org/snapshots/2.4/mixxx-2.4-beta-3-gf031103207-win64.msi + x64: https://downloads.mixxx.org/snapshots/2.4/mixxx-2.4-beta-4-g53920a2043-win64.msi to download the installer. @@ -16,7 +16,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 170FCF7D7A5BC84E64A8E9FB02455794398650446ED460C0DA1D772084276AE0 + checksum64: C051FCDF31B0BF2AD732326938CB4B74F1AED6ACC565288F7B209CF7CCC31460 File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/automatic/mixxx/mixxx.json b/automatic/mixxx/mixxx.json index 21d8e2c704a..70688c5e04e 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { "stable": "2.3.5", "alpha": "2.5-alpha-42", - "beta": "2.4-beta-3" + "beta": "2.4-beta-4" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index b21203575b4..5db9290bf1f 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.4-beta-3 + 2.4-beta-4 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 8b31e9b820e..ecf0766a33e 100644 --- a/automatic/mixxx/tools/chocolateyInstall.ps1 +++ b/automatic/mixxx/tools/chocolateyInstall.ps1 @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) { $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file64 = "$toolsPath\mixxx-2.4-beta-3-gf031103207-win64.msi" + file64 = "$toolsPath\mixxx-2.4-beta-4-g53920a2043-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 1ece67c59a4..fc7c5afdd8a 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey-community - 10.0.3115.0 + 10.0.3117.0 SmartSoft FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client. - 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: D67FC6575C037553F0E7C00FE17A379ECD2105A47861CC201E329B25538465C0 - checksum64: 5A11C29028DC3709B688DE577829DB98DB038F4C1E02406ED4D876EE6BF9192F + checksum32: 77512F11D1BFA160175BDA97D665999B9AECCC96E6D14ED814D6F42AAE3BB273 + checksum64: BC5FEAF7DFE3D8890C5BAF3606630C67B596D7DEE57B82D7F93696A208D70955 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index e3b9a40a1f1..f0124dae335 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.0.1592_x86.zip" - file64 = "$toolsDir\gvim_9.0.1592_x64.zip" + file = "$toolsDir\gvim_9.0.1595_x86.zip" + file64 = "$toolsDir\gvim_9.0.1595_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 927d9d52b86..0a31520e629 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1592 + 9.0.1595 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. diff --git a/automatic/waterfox/update.ps1 b/automatic/waterfox/update.ps1 index 208f85c3fc3..732bfbb739d 100644 --- a/automatic/waterfox/update.ps1 +++ b/automatic/waterfox/update.ps1 @@ -4,14 +4,14 @@ $softwareName = 'Waterfox*' function global:au_BeforeUpdate { if ($Latest.Title -like '*Classic*') { - cp "$PSScriptRoot\readme.classic.md" "$PSScriptRoot\readme.md" -Force + Copy-Item "$PSScriptRoot\readme.classic.md" "$PSScriptRoot\readme.md" -Force } else { - cp "$PSScriptRoot\readme.current.md" "$PSScriptRoot\readme.md" -Force + Copy-Item "$PSScriptRoot\readme.current.md" "$PSScriptRoot\readme.md" -Force } $Latest.ChecksumType64 = 'sha256' - $fileName = $Latest.URL64 -split '/' | select -last 1 + $fileName = $Latest.URL64 -split '/' | Select-Object -last 1 $fileName = ($fileName -replace '%20', ' ').TrimEnd('.exe') Get-RemoteFiles -Purge -FileNameBase $fileName $Latest.FileName64 = $fileName + "_x64.exe" diff --git a/automatic/waterfox/waterfox.json b/automatic/waterfox/waterfox.json index 564c927c3a4..ed268ac7744 100644 --- a/automatic/waterfox/waterfox.json +++ b/automatic/waterfox/waterfox.json @@ -1,4 +1,4 @@ { - "current": "23055.1.7", + "current": "23065.1.7", "classic": "2022.11" } diff --git a/automatic/waterfox/waterfox.nuspec b/automatic/waterfox/waterfox.nuspec index d138a249ecd..cf412a39ee3 100644 --- a/automatic/waterfox/waterfox.nuspec +++ b/automatic/waterfox/waterfox.nuspec @@ -3,7 +3,7 @@ Waterfox - 23055.1.7 + 23065.1.7 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox chocolatey-community,tonigellida,admiringworm Waterfox