Commit d5e47584 authored by vincowl's avatar vincowl Committed by GitHub

[graphviz] Update too 2.42.2 (#3936)

Co-authored-by: default avatarVincent GIRARD <vincent@heliosphere.fr>
parent 7149d01e
...@@ -3,21 +3,13 @@ require 'package' ...@@ -3,21 +3,13 @@ require 'package'
class Graphviz < Package class Graphviz < Package
description 'Graphviz is open source graph visualization software.' description 'Graphviz is open source graph visualization software.'
homepage 'https://www.graphviz.org/' homepage 'https://www.graphviz.org/'
version '2.40.1' version '2.42.2'
source_url 'https://gitlab.com/graphviz/graphviz/repository/67cd2e5121379a38e0801cc05cce5033f8a2a609/archive.tar.bz2' source_url 'https://gitlab.com/graphviz/graphviz/-/archive/2.42.2/graphviz-2.42.2.tar.bz2'
source_sha256 '8dddc80b4194b17c1a5bc1cc7b5e001e9a3ec27272287dc16f278c736a29a9b9' source_sha256 '1daed697d9cdd7fac3b320336fa98dd3518dd211769301dc716869fc3d5409b1'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/graphviz-2.40.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/graphviz-2.40.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/graphviz-2.40.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/graphviz-2.40.1-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: 'd1620cf88f88aca31001a64a26c95d02d5ee3b7109b093ea824f381f54d71ed0',
armv7l: 'd1620cf88f88aca31001a64a26c95d02d5ee3b7109b093ea824f381f54d71ed0',
i686: 'cb31be3ee6e1d74917c87ebb7a2bb2290e2a1cf1d60ef817b06a5d569b3fdcd3',
x86_64: 'd27c0177f7c154aacf6c69cbe0ae85c9a36a0aa2946fe32d5f4c9fd39772ce5a',
}) })
depends_on 'automake' => :build depends_on 'automake' => :build
...@@ -29,7 +21,7 @@ class Graphviz < Package ...@@ -29,7 +21,7 @@ class Graphviz < Package
def self.build def self.build
system "./autogen.sh" system "./autogen.sh"
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}" system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX} LDFLAGS='-L#{CREW_LIB_PREFIX}' --with-libgd=yes --with-gdincludedir=#{CREW_PREFIX}/include --with-gdlibdir=#{CREW_LIB_PREFIX} --enable-tcl=no --enable-lua=no --enable-perl=no --enable-io=no"
system "make" system "make"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment