Skip to content

Commit

Permalink
AU: 1 updated - graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 4, 2022
1 parent a77a85d commit 1cf1a9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/graphviz/graphviz.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>graphviz</id>
<version>7.0.3</version>
<version>7.0.4</version>
<title>Graphviz</title>
<authors>Arif Bilgin, graphviz committers</authors>
<owners>chocolatey, Jason Denizac, Friedrich von Never</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/graphviz/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/7.0.3/windows_10_cmake_Release_graphviz-install-7.0.3-win64.exe
x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/7.0.4/windows_10_cmake_Release_graphviz-install-7.0.4-win64.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'

checksum64: D6DC57C5128DD2CC54A672C63A7D61651B7BD3DB7F66EE8CBC7F0E6D7D8DC1E5
checksum64: 80216A4576D46BED98672C628D70159A93FC1950D265CC741485216D72D4085D


File 'license.txt' is a copy of file 'share\license.rtf' obtained from the installation directory
2 changes: 1 addition & 1 deletion automatic/graphviz/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'graphviz'
fileType = 'exe'
file64 = "$toolsPath\graphviz-7.0.3 (64-bit) EXE installer.exe"
file64 = "$toolsPath\graphviz-7.0.4 (64-bit) EXE installer.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Graphviz*'
Expand Down

0 comments on commit 1cf1a9f

Please sign in to comment.