Commit 91f76a90 authored by Casey Strouse's avatar Casey Strouse

Update valgrind from 3.12.0 -> 3.13.0

This is a general maintenance and bugfix release.
parent 42f64633
...@@ -3,9 +3,9 @@ require 'package' ...@@ -3,9 +3,9 @@ require 'package'
class Valgrind < Package class Valgrind < Package
description 'Valgrind is an instrumentation framework for building dynamic analysis tools.' description 'Valgrind is an instrumentation framework for building dynamic analysis tools.'
homepage 'http://valgrind.org/' homepage 'http://valgrind.org/'
version '3.12.0' version '3.13.0'
source_url 'http://valgrind.org/downloads/valgrind-3.12.0.tar.bz2' source_url 'ftp://sourceware.org/pub/valgrind/valgrind-3.13.0.tar.bz2'
source_sha1 '7a6878bf998c60d1e377a4f22ebece8d9305bda4' source_sha1 'ddf13e22dd0ee688bd533fc66b94cf88f75fad86'
def self.build def self.build
system './configure' 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