ScoopInstaller_Main/bucket/graphviz.json
2022-05-29 12:30:41 +00:00

54 lines
1.9 KiB
JSON

{
"version": "4.0.0",
"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/4.0.0/windows_10_cmake_Release_graphviz-install-4.0.0-win64.exe#/dl.7z",
"hash": "6798982be63002ffabcd62989a7c5a6a98f79635251cce36dcc90759071dafeb"
},
"32bit": {
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/4.0.0/windows_10_cmake_Release_graphviz-install-4.0.0-win32.exe#/dl.7z",
"hash": "6cb0e9d85cd10a48b1fe01eedafbc4c69077489a8a9b36d5930620449d3cf27c"
}
},
"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?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*"
}
}
}