From 09d65f204211e697d4216b2fd8a7a73014ec5188 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 1 Jan 2025 13:37:31 +0000 Subject: [PATCH] AU: 1 updated - tinymediamanager [skip ci] https://gist.github.com/AdmiringWorm/747b3ede98c9404e5cb6a399595e7ad1/f25d4225d5222e13b09ef5fbd4db0b1896ad2770 --- automatic/tinymediamanager/legal/VERIFICATION.txt | 4 ++-- automatic/tinymediamanager/tinymediamanager.nuspec | 2 +- automatic/tinymediamanager/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/tinymediamanager/legal/VERIFICATION.txt b/automatic/tinymediamanager/legal/VERIFICATION.txt index 64770793f..7923797c2 100644 --- a/automatic/tinymediamanager/legal/VERIFICATION.txt +++ b/automatic/tinymediamanager/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: 518E4ED2BEC88A93021421225D99B6C2BA7F3FB6B58F6EAFE3B4A4C04621C5FC + checksum: 9C835348AD55A8C0CD227AFDD9726BD8B64E9A5690777321EA2EFF3459755BFA The file 'LICENSE.txt' has been obtained from diff --git a/automatic/tinymediamanager/tinymediamanager.nuspec b/automatic/tinymediamanager/tinymediamanager.nuspec index c1ca976e9..d1f9ed4a3 100644 --- a/automatic/tinymediamanager/tinymediamanager.nuspec +++ b/automatic/tinymediamanager/tinymediamanager.nuspec @@ -2,7 +2,7 @@ tinymediamanager - 5.0.13 + 5.1 tinyMediaManager Manuel Laggner AdmiringWorm,JourneyOver diff --git a/automatic/tinymediamanager/tools/chocolateyInstall.ps1 b/automatic/tinymediamanager/tools/chocolateyInstall.ps1 index 4b7b9b36b..529504e39 100644 --- a/automatic/tinymediamanager/tools/chocolateyInstall.ps1 +++ b/automatic/tinymediamanager/tools/chocolateyInstall.ps1 @@ -19,7 +19,7 @@ $destination = Get-ToolsLocation $packageArgs = @{ packageName = $env:ChocolateyPackageName - file64 = "$toolsDir\tinyMediaManager-5.0.13-windows-amd64.zip" + file64 = "$toolsDir\tinyMediaManager-5.1-windows-amd64.zip" SpecificFolder = 'tinyMediaManager' Destination = $destination }