aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/google-perftools.rb
diff options
context:
space:
mode:
authorDavid Holm2014-11-08 16:37:59 +0100
committerMike McQuaid2014-11-08 16:01:09 +0000
commite42d40d3ddf314c8b0e4db5e85d618738d14ab60 (patch)
tree5ef34c2a76b13d764d77adb75d5d552eb537e9e3 /Library/Formula/google-perftools.rb
parentda5195a8181c6935110da51b13e5370501432e81 (diff)
downloadhomebrew-e42d40d3ddf314c8b0e4db5e85d618738d14ab60.tar.bz2
google-perftools 2.2.1
Closes #34020. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/google-perftools.rb')
-rw-r--r--Library/Formula/google-perftools.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/google-perftools.rb b/Library/Formula/google-perftools.rb
index ceb264b2c..04eba5988 100644
--- a/Library/Formula/google-perftools.rb
+++ b/Library/Formula/google-perftools.rb
@@ -2,8 +2,8 @@ require 'formula'
class GooglePerftools < Formula
homepage 'http://code.google.com/p/gperftools/'
- url 'https://gperftools.googlecode.com/files/gperftools-2.1.tar.gz'
- sha1 'b799b99d9f021988bbc931db1c21b2f94826d4f0'
+ url "https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/gperftools-2.2.1.tar.gz"
+ sha1 "f505eb467bc5b55ea3a27e3386a70331bf6e38a0"
fails_with :llvm do
build 2326
@@ -14,10 +14,6 @@ class GooglePerftools < Formula
# * configure patch removes __thread support, which breaks tcmalloc since it internally calls malloc as well
# upstream: https://code.google.com/p/gperftools/issues/detail?id=573
patch :DATA
- patch do
- url "https://gist.githubusercontent.com/JustSid/7430366/raw/54979ac61602eec5e59223164cb1f0d136044d1f/gistfile1.txt"
- sha1 "4fde81e106b31198622db587fea51f01e2640789"
- end
def install
ENV.append_to_cflags '-D_XOPEN_SOURCE'