Skip to content

Commit

Permalink
AU: 4 updated - mp3tag smartftp vim voicebot
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 2, 2023
1 parent 738cf63 commit 1f3a807
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://community.mp3tag.de/t/mp3tag-development-build-status/455>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.mp3tag.de/mp3tagv320asetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv320a-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv320bsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv320b-x64-setup.exe>
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 <http://help.mp3tag.de/misc_license.html>
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mp3tag</id>
<version>3.20.1-beta</version>
<version>3.20.2-beta</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3099.0</version>
<version>10.0.3100.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = 'f00429a2a9bc172ad6edca6a8031116e8ba2a3c1f023a23154beb8fd96204643'
checksum64 = 'a5d144b20a437d5061ee69feb8ec4b5f926be3c7093aebab10fa16a457d0d945'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1499/gvim_9.0.1499_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1499/gvim_9.0.1499_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1504/gvim_9.0.1504_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1504/gvim_9.0.1504_x64.zip>
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
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.1499</version>
<version>9.0.1504</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>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.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/voicebot/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion automatic/voicebot/voicebot.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>voicebot</id>
<version>3.9</version>
<version>3.9.1</version>
<title>VoiceBot</title>
<authors>Binary Fortress Software</authors>
<projectUrl>https://www.voicebot.net</projectUrl>
Expand Down

0 comments on commit 1f3a807

Please sign in to comment.