Skip to content

Commit

Permalink
AU: 1 updated - kid3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 24, 2024
1 parent b96a872 commit f3c09f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/kid3/kid3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kid3</id>
<version>3.9.4</version>
<version>3.9.5</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/kid3</packageSourceUrl>
<owners>chtof</owners>
<title>Kid3 - Audio Tagger</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kid3/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Download:

x64: https://newcontinuum.dl.sourceforge.net/project/kid3/kid3/3.9.4/kid3-3.9.4-win32-x64.zip
x64: https://gigenet.dl.sourceforge.net/project/kid3/kid3/3.9.5/kid3-3.9.5-win32-x64.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: 935881d5d2ee24dcbd8ef33090f9efe08dd928ae9158a6a1e5255f2121bc87f6
checksum64: 0c1027747409bbb321fbb6781adc9643acc355e0ca19730c2c979504caa24a29

File 'LICENSE.txt' is obtained from:
https://sourceforge.net/p/kid3/code/ci/master/tree/LICENSE
4 changes: 2 additions & 2 deletions automatic/kid3/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file64 = "$toolsDir\kid3-3.9.4-win32-x64.zip"
file64 = "$toolsDir\kid3-3.9.5-win32-x64.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand All @@ -13,5 +13,5 @@ Remove-Item $packageArgs.file64 -ErrorAction SilentlyContinue
# Install start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Kid3.lnk"
$targetPath = Join-Path $toolsDir "kid3-3.9.4-win32-x64\kid3.exe"
$targetPath = Join-Path $toolsDir "kid3-3.9.5-win32-x64\kid3.exe"
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath

0 comments on commit f3c09f8

Please sign in to comment.