mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
{
|
|
"homepage": "https://www.graphviz.org/",
|
|
"description": "Open source graph visualization software.",
|
|
"version": "2.44.1",
|
|
"license": "EPL-1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www2.graphviz.org/Packages/stable/windows/10/cmake/Release/x64/graphviz-install-2.44.1-win64.exe#/dl.7z",
|
|
"hash": "41d70c2462a08a06d077770cbbe4c2a731e31796c0fcccc33bbd60cec1dacf80"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www2.graphviz.org/Packages/stable/windows/10/cmake/Release/Win32/graphviz-install-2.44.1-win32.exe#/dl.7z",
|
|
"hash": "ef16b9d616ebee92841a758d45c87ba1d15898daca4be01eb5211e7702a9a5e1"
|
|
}
|
|
},
|
|
"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/gxl2gv.exe",
|
|
"bin/mm2gv.exe",
|
|
"bin/nop.exe",
|
|
"bin/sccmap.exe",
|
|
"bin/tred.exe",
|
|
"bin/unflatten.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://gitlab.com/graphviz/graphviz/-/tags",
|
|
"re": "Stable Release ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www2.graphviz.org/Packages/stable/windows/10/cmake/Release/x64/graphviz-install-$version-win64.exe#/dl.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www2.graphviz.org/Packages/stable/windows/10/cmake/Release/Win32/graphviz-install-$version-win32.exe#/dl.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|