From 320c64929a9ce326166149213ca5413b74f0cead Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 16 Jan 2019 13:39:15 +0000 Subject: [PATCH] AU: 1 updated - mp3tag [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/58134bc21591f13af0ddc9f69d5084ad4342cb02 --- automatic/mp3tag/legal/VERIFICATION.txt | 8 ++++---- automatic/mp3tag/mp3tag.nuspec | 8 +++++++- automatic/mp3tag/tools/ChocolateyInstall.ps1 | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/automatic/mp3tag/legal/VERIFICATION.txt b/automatic/mp3tag/legal/VERIFICATION.txt index 2ecddb08192..0049bde8a4d 100644 --- a/automatic/mp3tag/legal/VERIFICATION.txt +++ b/automatic/mp3tag/legal/VERIFICATION.txt @@ -3,17 +3,17 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on <> +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: - checksum32: + checksum type: sha256 + checksum32: D887AE908BA31EE2F47B15D228CF594656AA217242CA38BF91B55C1133F1E346 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mp3tag/mp3tag.nuspec b/automatic/mp3tag/mp3tag.nuspec index 4c77c8c839f..bed33b91968 100644 --- a/automatic/mp3tag/mp3tag.nuspec +++ b/automatic/mp3tag/mp3tag.nuspec @@ -3,7 +3,7 @@ mp3tag - 2.91 + 2.91.0.20190116 Mp3tag chocolatey Florian Heidenreich @@ -14,6 +14,12 @@ Mp3tag is a powerful and yet easy-to-use tool to edit metadata of common audio formats. mp3 tag admin diff --git a/automatic/mp3tag/tools/ChocolateyInstall.ps1 b/automatic/mp3tag/tools/ChocolateyInstall.ps1 index 667dab7f098..68ab350a9e2 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\" + file = "$toolsPath\mp3tagv291setup.exe" silentArgs = "/S" validExitCodes = @(0) }