Commit 7ff5479a authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #747 from cstrouse/update-valgrind

Update valgrind from 3.12.0 -> 3.13.0
parents 9854e5fa 91f76a90
......@@ -3,9 +3,9 @@ require 'package'
class Valgrind < Package
description 'Valgrind is an instrumentation framework for building dynamic analysis tools.'
homepage 'http://valgrind.org/'
version '3.12.0'
source_url 'http://valgrind.org/downloads/valgrind-3.12.0.tar.bz2'
source_sha1 '7a6878bf998c60d1e377a4f22ebece8d9305bda4'
version '3.13.0'
source_url 'ftp://sourceware.org/pub/valgrind/valgrind-3.13.0.tar.bz2'
source_sha1 'ddf13e22dd0ee688bd533fc66b94cf88f75fad86'
def self.build
system './configure'
......
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