mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
Update graphviz 2.38 url (#1884)
This commit is contained in:
parent
1d7e249000
commit
ab26a8f614
@ -2,7 +2,7 @@
|
|||||||
"homepage": "https://www.graphviz.org/",
|
"homepage": "https://www.graphviz.org/",
|
||||||
"version": "2.38",
|
"version": "2.38",
|
||||||
"license": "EPL",
|
"license": "EPL",
|
||||||
"url": "https://www.graphviz.org/pub/graphviz/stable/windows/graphviz-2.38.msi",
|
"url": "https://graphviz.gitlab.io/_pages/Download/windows/graphviz-2.38.msi",
|
||||||
"hash": "c794ea03bc2631fff468f4d97fa6726c536fc98ee579529779aa6f45e94e4f6d",
|
"hash": "c794ea03bc2631fff468f4d97fa6726c536fc98ee579529779aa6f45e94e4f6d",
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin/acyclic.exe",
|
"bin/acyclic.exe",
|
||||||
@ -45,10 +45,10 @@
|
|||||||
"bin/unflatten.exe"
|
"bin/unflatten.exe"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.graphviz.org/Download_windows.php",
|
"url": "https://graphviz.gitlab.io/_pages/Download/Download_windows.html",
|
||||||
"re": "graphviz-([\\d.]+).msi"
|
"re": "([\\d.]+) Stable Release"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://www.graphviz.org/pub/graphviz/stable/windows/graphviz-$version.msi"
|
"url": "https://graphviz.gitlab.io/_pages/Download/windows/graphviz-$version.msi"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user