graphics/graphviz: Update download URL.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
Audrius Kažukauskas 2017-12-18 14:20:07 +02:00 committed by Willy Sudiarto Raharjo
parent fa4a2ad0f1
commit 6708caf25f
3 changed files with 7 additions and 4 deletions

View file

@ -8,3 +8,6 @@ many important applications in software engineering, database and web
design, networking, and in visual interfaces for many other domains.
gts is an optional dependency.
NOTE: Upstream doesn't version their downloads, so the MD5SUM and
VERSION numbers might not match.

View file

@ -56,13 +56,13 @@ else
LIBDIRSUFFIX=""
fi
set -eu
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="graphviz"
VERSION="2.40.1"
HOMEPAGE="http://graphviz.org/"
DOWNLOAD="http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.40.1.tar.gz"
HOMEPAGE="https://graphviz.org/"
DOWNLOAD="https://graphviz.gitlab.io/pub/graphviz/stable/SOURCES/graphviz.tar.gz"
MD5SUM="4ea6fd64603536406166600bcc296fc8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""