Skip to content

Commit

Permalink
AU: 2 updated - freecad mkvtoolnix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 13, 2022
1 parent b3424f8 commit 4c0b137
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
@@ -1,5 +1,5 @@
{
"stable": "0.20.1.1",
"portable": "0.20.1.1",
"dev": "30922.2022.11.10-dev"
"dev": "30922.2022.11.13-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>freecad</id>
<version>30922.2022.11.10-dev</version>
<version>30922.2022.11.13-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
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-30922-2022-11-10-conda-Windows-x86_64-py310.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-30922-2022-11-13-conda-Windows-x86_64-py38.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = 'E97482366870DAAFAA69FD59EE4051F613EC11FD1B284B37D9BBFDB3FC4AC00A'
checksum64 = '00CA37E99A0A1685C4A52E0CFE46FA6B6C8ACB099E625A5097AD2B12F608DAE9'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/mkvtoolnix/legal/VERIFICATION.txt
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Go to

x32: https://mkvtoolnix.download/windows/releases/71.1.0/mkvtoolnix-32-bit-71.1.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/71.1.0/mkvtoolnix-64-bit-71.1.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/72.0.0/mkvtoolnix-32-bit-72.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/72.0.0/mkvtoolnix-64-bit-72.0.0-setup.exe

to download the installer.

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

checksum32: 1352B1C2701F7EA5DE7EC705B62721DD67D7A867A27AD7ACE8D5D5A74A0ECA07
checksum64: 7095452917105A74C0EC3B82DF37CC4210E73BE22C2CCE56AF122DE046414B38
checksum32: ED426E2FA7FA13AB72209E996917C6026755FE179817F77CE727B362467C45A7
checksum64: D1A2177FE9B99CD4D3F69BE8F19413B181E21012EF438DFA341A67727A527512
2 changes: 1 addition & 1 deletion automatic/mkvtoolnix/mkvtoolnix.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mkvtoolnix</id>
<version>71.1.0</version>
<version>72.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey-community</owners>
<authors>Moritz Bunkus</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mkvtoolnix/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'mkvtoolnix'
fileType = 'exe'
file = "$toolsPath\mkvtoolnix-32-bit-71.1.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-71.1.0-setup.exe"
file = "$toolsPath\mkvtoolnix-32-bit-72.0.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-72.0.0-setup.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'mkvtoolnix*'
Expand Down

0 comments on commit 4c0b137

Please sign in to comment.