Commit 9cf77ed7 authored by Yan Couto's avatar Yan Couto Committed by Kazushi (Jam) Marukawa

dependency and version fix for valgrind

parent d3cc1a18
......@@ -3,10 +3,12 @@ require 'package'
class Valgrind < Package
description 'Valgrind is an instrumentation framework for building dynamic analysis tools.'
homepage 'http://valgrind.org/'
version '3.13.0'
version '3.13.0-1'
source_url 'ftp://sourceware.org/pub/valgrind/valgrind-3.13.0.tar.bz2'
source_sha256 'd76680ef03f00cd5e970bbdcd4e57fb1f6df7d2e2c071635ef2be74790190c3b'
depends_on 'patch' => :build
def self.build
system 'patch -p0 << EOF
--- coregrind/m_redir.c
......
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