From f9685cad3c7c7a5fe5fca321aa27275b18248c15 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 17 Feb 2017 11:35:38 +0000 Subject: [PATCH] AU: 2 updated - mp3tag PDFCreator [skip ci] https://gist.github.com/bd2eaa76f2a9ab739ca0544c502dca6e/e48363ab05ce96fabe9254431d66377f99c11485 --- automatic/PDFCreator/PDFCreator.nuspec | 2 +- automatic/mp3tag/mp3tag.nuspec | 2 +- automatic/mp3tag/tools/ChocolateyInstall.ps1 | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/PDFCreator/PDFCreator.nuspec b/automatic/PDFCreator/PDFCreator.nuspec index 47844999df2..8fa37d0673e 100644 --- a/automatic/PDFCreator/PDFCreator.nuspec +++ b/automatic/PDFCreator/PDFCreator.nuspec @@ -3,7 +3,7 @@ PDFCreator - 0.0 + 2.5.0 PDF Creator chocolatey pdfforge diff --git a/automatic/mp3tag/mp3tag.nuspec b/automatic/mp3tag/mp3tag.nuspec index f6684047862..37782740d39 100644 --- a/automatic/mp3tag/mp3tag.nuspec +++ b/automatic/mp3tag/mp3tag.nuspec @@ -3,7 +3,7 @@ mp3tag - 2.80 + 2.81 Mp3tag chocolatey Florian Heidenreich diff --git a/automatic/mp3tag/tools/ChocolateyInstall.ps1 b/automatic/mp3tag/tools/ChocolateyInstall.ps1 index 11a82eec2e9..6dc1f8f2bdb 100644 --- a/automatic/mp3tag/tools/ChocolateyInstall.ps1 +++ b/automatic/mp3tag/tools/ChocolateyInstall.ps1 @@ -1,8 +1,8 @@ -$ErrorActionPreference = 'Stop' +$ErrorActionPreference = 'Stop' $packageName = 'mp3tag' -$url32 = 'http://download.mp3tag.de/mp3tagv280setup.exe' -$checksum32 = '99cd2109f42077e9ad9a8e3aafe4c53253bdb3e6c0bb2621443327a7487f7249' +$url32 = 'http://download.mp3tag.de/mp3tagv281setup.exe' +$checksum32 = '5d0f44aceb3bee1f543cf0b3c27bccae081fb0769a947d1a6cde9dbf228ebe30' $silentArgs = '/S' $PSScriptRoot = Split-Path -parent $MyInvocation.MyCommand.Definition