Skip to content

Commit

Permalink
AU: 3 updated - mp3tag smartftp vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 6, 2023
1 parent 2313187 commit 7288141
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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/mp3tagv322csetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv322c-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv322dsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv322d-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: 374D71F8C604DCC1B9D82440FB6FB06282DBA0EDFDEE10A24C0C162B59AFC618
checksum64: AC9EE20156F758FB97501E3623B7F524139A8527E8208785A6686D7615C633D1
checksum32: A2093459840978D030FD682CD904E5B521C986670C31E3646FC61D3BE915E3CA
checksum64: 488E01B2A296155A31F6E3CC26214BB65102CAFC0999663D7235E1BAF7638816

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.22.3-beta</version>
<version>3.22.4-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\mp3tagv322csetup.exe"
file64 = "$toolsPath\mp3tagv322c-x64-setup.exe"
file = "$toolsPath\mp3tagv322dsetup.exe"
file64 = "$toolsPath\mp3tagv322d-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.3169.0</version>
<version>10.0.3170.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 = '27c5083d84b535e5fabfe7d4ebc90480098a6cc3a1563d83fa49c3149814fa75'
checksum64 = '8973b9870af0f104778039f6f5e6fa7298f2046605b80c68dae6fa1fb55e8470'
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.1984/gvim_9.0.1984_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1984/gvim_9.0.1984_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1994/gvim_9.0.1994_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1994/gvim_9.0.1994_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: 6FDF352B7B1AEF7DD4705A07D99AF93208B4AF528C961462710A37A0E49C2FAB
checksum64: 3ECED87C70DC52C5917D872323871942E486BDFA959A8A8C4298CDC89B3EFF82
checksum32: 6B26C006052D571DD1C723C57DDEB6F75653F2D2A58BE4426E56A4F8CFCDC90C
checksum64: 38FC03DC0035E095C792C077546FC4E1B439B27E4F5AF909BE950CA1A8FDF475
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.1984_x86.zip"
file64 = "$toolsDir\gvim_9.0.1984_x64.zip"
file = "$toolsDir\gvim_9.0.1994_x86.zip"
file64 = "$toolsDir\gvim_9.0.1994_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.1984</version>
<version>9.0.1994</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

0 comments on commit 7288141

Please sign in to comment.