graphviz: Fix download link.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo 2017-12-07 04:09:01 +07:00
parent 2081bfd0bb
commit 032064b417
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -39,7 +39,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://graphviz.org/pub/graphviz/stable/SOURCES/$PRGNAM-$VERSION.tar.gz
wget -c http://204.178.9.49/pub/graphviz/stable/SOURCES/$PRGNAM-$VERSION.tar.gz
CWD=$(pwd)
TMP=${TMP:-/tmp/msb}