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 Jun 7, 2024
1 parent 0a63bd6 commit bcd1d9c
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.5-windows-amd64.zip>
1. Download the following <https://release.tinymediamanager.org/v5/dist/tinyMediaManager-5.0.6-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: B1D7E32A6E01263756A6FEE5A653CC5A676CD05092BFB84DCA4D495927EE0D80
checksum: 32104D38990B4E2CD60870858E0A54C09D6D34F27CFD4D4CFE7D4C3DFFA759FB

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.5</version>
<version>5.0.6</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.5-windows-amd64.zip"
file64 = "$toolsDir\tinyMediaManager-5.0.6-windows-amd64.zip"
SpecificFolder = 'tinyMediaManager'
Destination = $destination
}
Expand Down

0 comments on commit bcd1d9c

Please sign in to comment.