mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
graphviz@8.0.4: Add separate shims for different layout engines (#4727)
* graphviz@8.0.4: add separate shims for different layout engines Ref #4428 * Update bucket/graphviz.json --------- Co-authored-by: ShrykeWindgrace <shryke.windgrace@gmail.com> Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
parent
776d35922f
commit
8a95c7aeb7
@ -30,7 +30,40 @@
|
|||||||
"bin\\nop.exe",
|
"bin\\nop.exe",
|
||||||
"bin\\sccmap.exe",
|
"bin\\sccmap.exe",
|
||||||
"bin\\tred.exe",
|
"bin\\tred.exe",
|
||||||
"bin\\unflatten.exe"
|
"bin\\unflatten.exe",
|
||||||
|
[
|
||||||
|
"bin\\dot.exe",
|
||||||
|
"circo"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"bin\\dot.exe",
|
||||||
|
"fdp"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"bin\\dot.exe",
|
||||||
|
"neato"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"bin\\dot.exe",
|
||||||
|
"nop2",
|
||||||
|
"-Knop2"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"bin\\dot.exe",
|
||||||
|
"osage"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"bin\\dot.exe",
|
||||||
|
"patchwork"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"bin\\dot.exe",
|
||||||
|
"sfdp"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"bin\\dot.exe",
|
||||||
|
"twopi"
|
||||||
|
]
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://gitlab.com/graphviz/graphviz/-/tags?format=atom",
|
"url": "https://gitlab.com/graphviz/graphviz/-/tags?format=atom",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user