mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
89 lines
2.6 KiB
JSON
89 lines
2.6 KiB
JSON
{
|
|
"version": "14.0.2",
|
|
"description": "Open source graph visualization software.",
|
|
"homepage": "https://www.graphviz.org/",
|
|
"license": "EPL-1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.0.2/windows_10_cmake_Release_graphviz-install-14.0.2-win64.exe#/dl.7z",
|
|
"hash": "8b1f5d765d7f94cf00afaa5c4d837c2a316b48316aebb05f63f6fb7433839202"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.0.2/windows_10_cmake_Release_graphviz-install-14.0.2-win32.exe#/dl.7z",
|
|
"hash": "d891e22eda2fe2bfd64d7b7eff1a3fd76c7ed7ef79758eb84e041acee24942e4"
|
|
}
|
|
},
|
|
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force",
|
|
"bin": [
|
|
"bin\\acyclic.exe",
|
|
"bin\\bcomps.exe",
|
|
"bin\\ccomps.exe",
|
|
"bin\\dijkstra.exe",
|
|
"bin\\dot.exe",
|
|
"bin\\gc.exe",
|
|
"bin\\gml2gv.exe",
|
|
"bin\\graphml2gv.exe",
|
|
"bin\\gvcolor.exe",
|
|
"bin\\gvgen.exe",
|
|
"bin\\gvpack.exe",
|
|
"bin\\gvpr.exe",
|
|
"bin\\gxl2gv.exe",
|
|
"bin\\mm2gv.exe",
|
|
"bin\\nop.exe",
|
|
"bin\\sccmap.exe",
|
|
"bin\\tred.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": {
|
|
"url": "https://gitlab.com/graphviz/graphviz/-/tags?format=atom",
|
|
"regex": "/tags/([\\d.]+)<"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/$version/windows_10_cmake_Release_graphviz-install-$version-win64.exe#/dl.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/$version/windows_10_cmake_Release_graphviz-install-$version-win32.exe#/dl.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256",
|
|
"regex": "$sha256\\s*"
|
|
}
|
|
}
|
|
}
|