mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
graphviz: Update to version 2.44.1 (#1283)
Co-authored-by: AntonOks <anton.oks@gmx.de>
This commit is contained in:
parent
c315c7fe6c
commit
453df2929f
@ -1,55 +1,49 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://www.graphviz.org/",
|
"homepage": "https://www.graphviz.org/",
|
||||||
"description": "Open source graph visualization software.",
|
"description": "Open source graph visualization software.",
|
||||||
"version": "2.38",
|
"version": "2.44.1",
|
||||||
"license": "EPL-1.0",
|
"license": "EPL-1.0",
|
||||||
"url": "https://graphviz.gitlab.io/_pages/Download/windows/graphviz-2.38.msi",
|
"architecture": {
|
||||||
"hash": "c794ea03bc2631fff468f4d97fa6726c536fc98ee579529779aa6f45e94e4f6d",
|
"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": [
|
||||||
"bin/acyclic.exe",
|
"bin/acyclic.exe",
|
||||||
"bin/bcomps.exe",
|
"bin/bcomps.exe",
|
||||||
"bin/ccomps.exe",
|
"bin/ccomps.exe",
|
||||||
"bin/circo.exe",
|
|
||||||
"bin/dijkstra.exe",
|
"bin/dijkstra.exe",
|
||||||
"bin/dot.exe",
|
"bin/dot.exe",
|
||||||
"bin/dotty.exe",
|
|
||||||
"bin/fc-cache.exe",
|
|
||||||
"bin/fc-cat.exe",
|
|
||||||
"bin/fc-list.exe",
|
|
||||||
"bin/fc-match.exe",
|
|
||||||
"bin/fdp.exe",
|
|
||||||
"bin/gc.exe",
|
"bin/gc.exe",
|
||||||
"bin/gml2gv.exe",
|
"bin/gml2gv.exe",
|
||||||
"bin/graphml2gv.exe",
|
"bin/graphml2gv.exe",
|
||||||
"bin/gv2gml.exe",
|
|
||||||
"bin/gvcolor.exe",
|
"bin/gvcolor.exe",
|
||||||
"bin/gvedit.exe",
|
|
||||||
"bin/gvgen.exe",
|
"bin/gvgen.exe",
|
||||||
"bin/gvmap.exe",
|
|
||||||
"bin/gvpack.exe",
|
"bin/gvpack.exe",
|
||||||
"bin/gvpr.exe",
|
|
||||||
"bin/gxl2gv.exe",
|
"bin/gxl2gv.exe",
|
||||||
"bin/lefty.exe",
|
|
||||||
"bin/lneato.exe",
|
|
||||||
"bin/mingle.exe",
|
|
||||||
"bin/mm2gv.exe",
|
"bin/mm2gv.exe",
|
||||||
"bin/neato.exe",
|
|
||||||
"bin/nop.exe",
|
"bin/nop.exe",
|
||||||
"bin/osage.exe",
|
|
||||||
"bin/patchwork.exe",
|
|
||||||
"bin/prune.exe",
|
|
||||||
"bin/sccmap.exe",
|
"bin/sccmap.exe",
|
||||||
"bin/sfdp.exe",
|
|
||||||
"bin/smyrna.exe",
|
|
||||||
"bin/tred.exe",
|
"bin/tred.exe",
|
||||||
"bin/twopi.exe",
|
|
||||||
"bin/unflatten.exe"
|
"bin/unflatten.exe"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://graphviz.gitlab.io/_pages/Download/Download_windows.html",
|
"url": "https://gitlab.com/graphviz/graphviz/-/tags",
|
||||||
"re": "([\\d.]+) Stable Release"
|
"re": "Stable Release ([\\d.]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://graphviz.gitlab.io/_pages/Download/windows/graphviz-$version.msi"
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user