diff --git a/automatic/mp3tag/legal/VERIFICATION.txt b/automatic/mp3tag/legal/VERIFICATION.txt index 5f0f1623d9e..5c371311d00 100644 --- a/automatic/mp3tag/legal/VERIFICATION.txt +++ b/automatic/mp3tag/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on 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: 7B6AA7759445FC5F02F98FA1F71CC6507AB1F853EDA37DF4B63F33F1B4BB8412 - checksum64: F2F4680B635BED7A4F7406FB9AA6FC90C7CF0CE869D3A1ED9757857156174058 + checksum32: 00859486B71016AA161910B17BCA25C0C7593811786A68FEF3A5C52C766BABAD + checksum64: E4E93DACDFAE6C3D39CC4F3CF831BD4D7451DF6D49763901E633B80751F37D8F The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mp3tag/mp3tag.nuspec b/automatic/mp3tag/mp3tag.nuspec index c48f1b785f2..ba8619df65f 100644 --- a/automatic/mp3tag/mp3tag.nuspec +++ b/automatic/mp3tag/mp3tag.nuspec @@ -3,7 +3,7 @@ mp3tag - 3.20.1-beta + 3.20.2-beta Mp3tag chocolatey-community Florian Heidenreich diff --git a/automatic/mp3tag/tools/ChocolateyInstall.ps1 b/automatic/mp3tag/tools/ChocolateyInstall.ps1 index 18efe28f14d..0d24aa1e730 100644 --- a/automatic/mp3tag/tools/ChocolateyInstall.ps1 +++ b/automatic/mp3tag/tools/ChocolateyInstall.ps1 @@ -24,8 +24,8 @@ New-Item $iniFile -type file -force -value $iniContent $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\mp3tagv320asetup.exe" - file64 = "$toolsPath\mp3tagv320a-x64-setup.exe" + file = "$toolsPath\mp3tagv320bsetup.exe" + file64 = "$toolsPath\mp3tagv320b-x64-setup.exe" silentArgs = "/S" validExitCodes = @(0) } diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 05fcbc86cda..b264b39278f 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey-community - 10.0.3099.0 + 10.0.3100.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: 9E2C15AFD191146F8C23D591EFB2434430D21A949F2D83ECDA24DC9C54BCD49F - checksum64: 31176D844F7842357D3E82BE1EA7DE3E243BE69F1102D86C02C90A5C94B1A822 + checksum32: 91815E69026417C63BB7A1E5761A77A459DF22D267DC4CEA8780363302D6BDCD + checksum64: F7CA68E943D983170135D6588C1FA1D048A310CCC8484D52ECD5D1CFC6D5FD17 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 6035cc8799d..ccdd1b973b2 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.1499_x86.zip" - file64 = "$toolsDir\gvim_9.0.1499_x64.zip" + file = "$toolsDir\gvim_9.0.1504_x86.zip" + file64 = "$toolsDir\gvim_9.0.1504_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index e951227151a..c49dcb5446e 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1499 + 9.0.1504 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/voicebot/tools/chocolateyInstall.ps1 b/automatic/voicebot/tools/chocolateyInstall.ps1 index c37b8edc1b6..cab9c64db40 100644 --- a/automatic/voicebot/tools/chocolateyInstall.ps1 +++ b/automatic/voicebot/tools/chocolateyInstall.ps1 @@ -3,8 +3,8 @@ $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'VoiceBot' - url = 'https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.9.exe' - checksum = 'e6dff57643267c735f3c29299dc4c013c84d2a992e0662d401bb9e433dd97762' + url = 'https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.9.1.exe' + checksum = '7635dfa292ae809087a0f91677a688aa3037cae2f2a172c48bc4e0c3f07f163f' fileType = 'exe' checksumType = 'sha256' silentArgs = '/VERYSILENT /LAUNCHAFTER=0' diff --git a/automatic/voicebot/voicebot.nuspec b/automatic/voicebot/voicebot.nuspec index 3cbf3ffa22d..182c7604a7a 100644 --- a/automatic/voicebot/voicebot.nuspec +++ b/automatic/voicebot/voicebot.nuspec @@ -2,7 +2,7 @@ voicebot - 3.9 + 3.9.1 VoiceBot Binary Fortress Software https://www.voicebot.net