Skip to content

Commit

Permalink
AU: 2 updated - mp3tag vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 29, 2023
1 parent 91d869e commit 46b22b9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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/mp3tagv322esetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv322e-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv322fsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv322f-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: 3EAED458473C43BFE8B7DC6ACF6A1CAF51B0DBD7C3875ED87502814B427FA569
checksum64: DFFC318D9F63F5B34E2EF48C87D68A3CA4BC9D865B35C4064D500624EC69E8C1
checksum32: 88A5544DC6D2B537AC2A1B8AA154BCF4BE194C92194D4F56E90EE0AA6C200AE7
checksum64: 3ABE3EE5AB3E9FB12CAEADCB2CE7D5E90094EE4ABED9DEAD8A18E7133908B2B8

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.5-beta</version>
<version>3.22.6-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\mp3tagv322esetup.exe"
file64 = "$toolsPath\mp3tagv322e-x64-setup.exe"
file = "$toolsPath\mp3tagv322fsetup.exe"
file64 = "$toolsPath\mp3tagv322f-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
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.2077/gvim_9.0.2077_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2077/gvim_9.0.2077_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2081/gvim_9.0.2081_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2081/gvim_9.0.2081_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: A1CF2ABE4029446FB63184E3C75E7B5B9460ABBD7FC9FC64445D55D1B3890311
checksum64: D9169D692F0938DE5142E8DF4E71814865BF0DA9A3C5BBA89DC62119FF239AC7
checksum32: 6637FA63EDABC470E5246BA86937785F2141151AC2DA131D058FA24FAFA1AF07
checksum64: 0EF9DACD2F9048C0D242D9A420F3DBA1E145FEB46C6221D10D2603A70813DEE0
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.2077_x86.zip"
file64 = "$toolsDir\gvim_9.0.2077_x64.zip"
file = "$toolsDir\gvim_9.0.2081_x86.zip"
file64 = "$toolsDir\gvim_9.0.2081_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.2077</version>
<version>9.0.2081</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 46b22b9

Please sign in to comment.