Skip to content

Commit

Permalink
graphviz: Fix download url (see #1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Dec 5, 2017
1 parent e81a06b commit 6c29fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/graphviz/build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=http://www.graphviz.org/
TERMUX_PKG_HOMEPAGE=https://www.graphviz.org/
TERMUX_PKG_DESCRIPTION="Rich set of graph drawing tools"
TERMUX_PKG_MAINTAINER="Dustin DeWeese @HackerFoo"
TERMUX_PKG_VERSION=2.40.1
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/graphviz-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421
TERMUX_PKG_DEPENDS="libandroid-glob,libcairo,pango,libexpat,libltdl,librsvg,libgd"
TERMUX_PKG_BUILD_DEPENDS="libtool"
Expand Down

0 comments on commit 6c29fb2

Please sign in to comment.