Update valgrind to 3.6.1.
This commit is contained in:
parent
150da65be1
commit
f035eb7312
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require 'formula'
|
|||
class Valgrind <Formula
|
||||
homepage 'http://www.valgrind.org/'
|
||||
|
||||
url "http://valgrind.org/downloads/valgrind-3.6.0.tar.bz2"
|
||||
md5 "b289c5f4ab8e39741602445f1dd09b34"
|
||||
url "http://valgrind.org/downloads/valgrind-3.6.1.tar.bz2"
|
||||
md5 "2c3aa122498baecc9d69194057ca88f5"
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue