Skip to content

Commit

Permalink
feat(graphviz): Bump version to 2.47.1
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Apr 18, 2021
1 parent 5f51dec commit 0d542c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/cpp-install-graphviz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

if [ ! -d "src-graphviz" ]
then
wget -c https://gitlab.com/graphviz/graphviz/-/archive/2.47.0/graphviz-2.47.0.tar.gz
wget -c https://gitlab.com/graphviz/graphviz/-/archive/2.47.1/graphviz-2.47.1.tar.gz
mkdir ./src-graphviz
tar -xzf ./graphviz-2.47.0.tar.gz -C ./src-graphviz --strip-components=1
rm ./graphviz-2.47.0.tar.gz
tar -xzf ./graphviz-2.47.1.tar.gz -C ./src-graphviz --strip-components=1
rm ./graphviz-2.47.1.tar.gz

# Configure ---
cd ./src-graphviz
Expand Down

0 comments on commit 0d542c6

Please sign in to comment.