From 8bfd8a5f1351dbed0ba9af79597cfb08b0961183 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sat, 15 Feb 2020 18:13:14 +0000 Subject: [PATCH] AU: 1 updated - mp3tag [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/d5d87262e1d236f4aed74b03b80ebe76f89b5c3d --- automatic/mp3tag/legal/VERIFICATION.txt | 4 ++-- automatic/mp3tag/mp3tag.nuspec | 2 +- automatic/mp3tag/tools/ChocolateyInstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/mp3tag/legal/VERIFICATION.txt b/automatic/mp3tag/legal/VERIFICATION.txt index e58b023708f..b725ce79cc4 100644 --- a/automatic/mp3tag/legal/VERIFICATION.txt +++ b/automatic/mp3tag/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: + 32-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: 9D2A9C680F9E0C1E0EDA17D138ED766F239931C4ADFD7B7CF722802A25B1B310 + checksum32: D14FC58BC4D1009AA4EE2F684EA14FBBB056F6295F9D8096BE1BB4517E091464 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mp3tag/mp3tag.nuspec b/automatic/mp3tag/mp3tag.nuspec index 744cec65256..0a73a40b705 100644 --- a/automatic/mp3tag/mp3tag.nuspec +++ b/automatic/mp3tag/mp3tag.nuspec @@ -3,7 +3,7 @@ mp3tag - 3.00 + 3.00.1-beta Mp3tag chocolatey Florian Heidenreich diff --git a/automatic/mp3tag/tools/ChocolateyInstall.ps1 b/automatic/mp3tag/tools/ChocolateyInstall.ps1 index 903ccab9876..2293b600bbb 100644 --- a/automatic/mp3tag/tools/ChocolateyInstall.ps1 +++ b/automatic/mp3tag/tools/ChocolateyInstall.ps1 @@ -24,7 +24,7 @@ New-Item $iniFile -type file -force -value $iniContent $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\mp3tagv300setup.exe" + file = "$toolsPath\mp3tagv300asetup.exe" silentArgs = "/S" validExitCodes = @(0) }