Skip to content

Commit

Permalink
AU: 2 updated - freecad mp3tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 4, 2022
1 parent cc2ba33 commit 7d64568
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.20.1.1",
"portable": "0.20.1.1",
"dev": "31155.2022.12.1-dev"
"dev": "31155.2022.12.4-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.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>freecad</id>
<version>31155.2022.12.1-dev</version>
<version>31155.2022.12.4-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31155-2022-12-01-conda-Windows-x86_64-py38.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31155-2022-12-04-conda-Windows-x86_64-py38.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '8E67F2A6EE34FFEDFA3DE26F5244E4609181FD37E024026BE4670FD4C913BBE2'
checksum64 = '665B6C27609C53512528A0A25F281E296E56200E74BC0210A9CA7EC91D13EAE9'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://community.mp3tag.de/t/mp3tag-development-build-status/455>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.mp3tag.de/mp3tagv318esetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv318e-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv318fsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv318f-x64-setup.exe>
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: EE9C9730DA2F1A1674E305B04E4A5650B28EE52989E57235C7660E4720346F86
checksum64: 86A4E64E679727FA2DBA10BAC4BAC8ADF76CAC1586A052A46F1D397B01D9816A
checksum32: D774048E20BA649E664004D26C82B7D1D05A62EDA8B951AB11F14F8A50BBF3B2
checksum64: 5F010A1EEF7E418FB0C8EF8C6AA719D952DC95E991BE46B3A2EE59595592FBF0

The file 'LICENSE.txt' has been obtained from <http://help.mp3tag.de/misc_license.html>
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mp3tag</id>
<version>3.18.5-beta</version>
<version>3.18.6-beta</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv318esetup.exe"
file64 = "$toolsPath\mp3tagv318e-x64-setup.exe"
file = "$toolsPath\mp3tagv318fsetup.exe"
file64 = "$toolsPath\mp3tagv318f-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down

0 comments on commit 7d64568

Please sign in to comment.