Skip to content

Commit

Permalink
AU: 1 updated - mp3tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 23, 2018
1 parent a534836 commit 68ea5b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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>2.90</version>
<version>2.90.1</version>
<title>Mp3tag</title>
<owners>chocolatey</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
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'mp3tag'
$url32 = 'http://download.mp3tag.de/mp3tagv290setup.exe'
$checksum32 = 'b1e084b70f5251bdc16f40449bc07454bd82ec25ead7f5f5b2131d7cadea1e98'
$url32 = 'http://download.mp3tag.de/mp3tagv290asetup.exe'
$checksum32 = '66f6b83f73900dfbcb284f168adfb13c5d6e9bdf56e3dd86c4a893c38caf885b'
$silentArgs = '/S'

$PSScriptRoot = Split-Path -parent $MyInvocation.MyCommand.Definition
Expand Down

0 comments on commit 68ea5b2

Please sign in to comment.