From 216d294c3c894f6377a20a1f507d065b66205063 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 8 Nov 2021 15:04:22 +0000 Subject: [PATCH] AU: 3 updated - 1password mp3tag vcredist140 [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/3ec0666449df96686512207bad898672f519f26d --- automatic/1password/1password.json | 2 +- automatic/1password/1password.nuspec | 2 +- automatic/1password/tools/chocolateyInstall.ps1 | 2 +- automatic/mp3tag/legal/VERIFICATION.txt | 4 ++-- automatic/mp3tag/mp3tag.nuspec | 2 +- automatic/mp3tag/tools/ChocolateyInstall.ps1 | 2 +- automatic/vcredist140/tools/data.ps1 | 4 ++-- automatic/vcredist140/vcredist140.json | 2 +- automatic/vcredist140/vcredist140.nuspec | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/1password/1password.json b/automatic/1password/1password.json index c6d603c0b5d..28e214b8206 100644 --- a/automatic/1password/1password.json +++ b/automatic/1password/1password.json @@ -1,4 +1,4 @@ { - "OPW": "7.9.828-BETA", + "OPW": "7.9.828", "OPW4": "4.6.2.626" } diff --git a/automatic/1password/1password.nuspec b/automatic/1password/1password.nuspec index 276e8aeb65e..32980101617 100644 --- a/automatic/1password/1password.nuspec +++ b/automatic/1password/1password.nuspec @@ -3,7 +3,7 @@ 1password - 7.9.828-BETA + 7.9.828 1Password AgileBits chocolatey-community, AgileBits diff --git a/automatic/1password/tools/chocolateyInstall.ps1 b/automatic/1password/tools/chocolateyInstall.ps1 index b2961eb2e48..ec78ef44c45 100644 --- a/automatic/1password/tools/chocolateyInstall.ps1 +++ b/automatic/1password/tools/chocolateyInstall.ps1 @@ -3,7 +3,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.9.828-BETA.exe' + url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.9.828.exe' softwareName = '1Password*' checksum = '5d7813ee71766b88a4ccda4c45891de07a05dae4dd4b38d38524ef81c60a284c' checksumType = 'sha256' diff --git a/automatic/mp3tag/legal/VERIFICATION.txt b/automatic/mp3tag/legal/VERIFICATION.txt index 1fd9b9f1e46..7dd9b48bc1c 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: 2AB4CBAD1BA02F8410D4D8BB55E7EB3CE392A1B53A0128722FA361B427A97DCE + checksum32: 1A2214C349B4122E24CC566CAEBE82B515ACDDA87C9C78F4807424191BFD5ABF The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mp3tag/mp3tag.nuspec b/automatic/mp3tag/mp3tag.nuspec index eb8e103b6c7..78e0a449455 100644 --- a/automatic/mp3tag/mp3tag.nuspec +++ b/automatic/mp3tag/mp3tag.nuspec @@ -3,7 +3,7 @@ mp3tag - 3.11 + 3.11.2-beta Mp3tag chocolatey-community Florian Heidenreich diff --git a/automatic/mp3tag/tools/ChocolateyInstall.ps1 b/automatic/mp3tag/tools/ChocolateyInstall.ps1 index 70f9f4045fb..d74e79102d2 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\mp3tagv311setup.exe" + file = "$toolsPath\mp3tagv311bsetup.exe" silentArgs = "/S" validExitCodes = @(0) } diff --git a/automatic/vcredist140/tools/data.ps1 b/automatic/vcredist140/tools/data.ps1 index 78ee5809d13..b42cb136a0a 100644 --- a/automatic/vcredist140/tools/data.ps1 +++ b/automatic/vcredist140/tools/data.ps1 @@ -1,11 +1,11 @@ $installData32 = @{ - Url = 'https://download.visualstudio.microsoft.com/download/pr/10a8d53a-c69e-4586-8c6b-c416bf85a0ae/AC75A82D873E6B6F98B1D293042380764D7D263C43438E50D564FA58C9F891C2/VC_redist.x86.exe' + Url = 'https://download.visualstudio.microsoft.com/download/pr/2250605e-e48f-43ed-ba6e-e0cc18bc530d/AC75A82D873E6B6F98B1D293042380764D7D263C43438E50D564FA58C9F891C2/VC_redist.x86.exe' Checksum = 'ac75a82d873e6b6f98b1d293042380764d7d263c43438e50d564fa58c9f891c2' ChecksumType = 'sha256' } $installData64 = @{ - Url64 = 'https://download.visualstudio.microsoft.com/download/pr/10a8d53a-c69e-4586-8c6b-c416bf85a0ae/A9F5D2EAF67BF0DB0178B6552A71C523C707DF0E2CC66C06BFBC08BDC53387E7/VC_redist.x64.exe' + Url64 = 'https://download.visualstudio.microsoft.com/download/pr/2250605e-e48f-43ed-ba6e-e0cc18bc530d/A9F5D2EAF67BF0DB0178B6552A71C523C707DF0E2CC66C06BFBC08BDC53387E7/VC_redist.x64.exe' Checksum64 = 'a9f5d2eaf67bf0db0178b6552a71c523c707df0e2cc66c06bfbc08bdc53387e7' ChecksumType64 = 'sha256' } diff --git a/automatic/vcredist140/vcredist140.json b/automatic/vcredist140/vcredist140.json index f1fbf6cc50e..883f937cea7 100644 --- a/automatic/vcredist140/vcredist140.json +++ b/automatic/vcredist140/vcredist140.json @@ -1,5 +1,5 @@ { "15": "14.16.27033", "16": "0.0.0", - "17": "14.30.30704-prerelease" + "17": "14.30.30704" } diff --git a/automatic/vcredist140/vcredist140.nuspec b/automatic/vcredist140/vcredist140.nuspec index 60c64ceed51..05faa9ae506 100644 --- a/automatic/vcredist140/vcredist140.nuspec +++ b/automatic/vcredist140/vcredist140.nuspec @@ -3,7 +3,7 @@ vcredist140 - 14.30.30704-prerelease + 14.30.30704 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/vcredist140 chocolatey-community,jberezanski Microsoft Visual C++ Redistributable for Visual Studio 2015-2022