Skip to content

Commit

Permalink
AU: 1 updated - tinymediamanager
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 1, 2025
1 parent 8c18263 commit 09d65f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/tinymediamanager/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://release.tinymediamanager.org>
and can be verified by doing the following:

1. Download the following <https://release.tinymediamanager.org/v5/dist/tinyMediaManager-5.0.13-windows-amd64.zip>
1. Download the following <https://release.tinymediamanager.org/v5/dist/tinyMediaManager-5.1-windows-amd64.zip>
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 <https://gitlab.com/tinyMediaManager/tinyMediaManager/-/blob/devel/LICENSE>
2 changes: 1 addition & 1 deletion automatic/tinymediamanager/tinymediamanager.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>tinymediamanager</id>
<version>5.0.13</version>
<version>5.1</version>
<title>tinyMediaManager</title>
<authors>Manuel Laggner</authors>
<owners>AdmiringWorm,JourneyOver</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/tinymediamanager/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 09d65f2

Please sign in to comment.