Skip to content

Commit d4157aa

Browse files
committed
feat(graphviz): Bump version to 2.47.0
Signed-off-by: Gordon Smith <[email protected]>
1 parent 16b7f92 commit d4157aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Test PR](https://github.com/hpcc-systems/hpcc-js-wasm/workflows/Test%20PR/badge.svg)
44

55
This repository contains a collection of useful c++ libraries compiled to WASM for (re)use in Node JS, Web Browsers and JavaScript Libraries:
6-
* [graphviz](https://www.graphviz.org/) - v2.46.1
6+
* [graphviz](https://www.graphviz.org/) - v2.47.0
77
* [expat](https://libexpat.github.io/) - v2.2.10
88

99
## Quick GraphViz Demos

scripts/cpp-install-graphviz.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
if [ ! -d "src-graphviz" ]
44
then
5-
wget -c https://gitlab.com/graphviz/graphviz/-/archive/2.46.1/graphviz-2.46.1.tar.gz
5+
wget -c https://gitlab.com/graphviz/graphviz/-/archive/2.47.0/graphviz-2.47.0.tar.gz
66
mkdir ./src-graphviz
7-
tar -xzf ./graphviz-2.46.1.tar.gz -C ./src-graphviz --strip-components=1
8-
rm ./graphviz-2.46.1.tar.gz
7+
tar -xzf ./graphviz-2.47.0.tar.gz -C ./src-graphviz --strip-components=1
8+
rm ./graphviz-2.47.0.tar.gz
99

1010
# Configure ---
1111
cd ./src-graphviz

0 commit comments

Comments
 (0)