ScoopInstaller_Main/bucket/graphviz.json
2023-01-22 00:33:10 +00:00

54 lines
1.9 KiB
JSON

{
"version": "7.1.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/7.1.0/windows_10_cmake_Release_graphviz-install-7.1.0-win64.exe#/dl.7z",
"hash": "76067070bab280a36882fdb7bb7d7b79498d1f060c2da51e17833b94b19acb21"
},
"32bit": {
"url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/7.1.0/windows_10_cmake_Release_graphviz-install-7.1.0-win32.exe#/dl.7z",
"hash": "ce875208e0e664e8ad8a2dceddaafd433a4a3d14c05a8d003a3623b746723834"
}
},
"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*"
}
}
}