aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-07-28 22:10:29 +0100
committerMike McQuaid2014-07-29 00:49:14 +0200
commit126bf3d7f42cf052c871e17953e9aa657f86eea3 (patch)
tree35fa49b5a16d9da1de6181038821b78d8abd7a52 /Library
parent87b39edef78ddaf495490eda10877995fb62cc8b (diff)
downloadhomebrew-126bf3d7f42cf052c871e17953e9aa657f86eea3.tar.bz2
sysdig: update 0.1.86 bottle.
Closes #31192. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sysdig.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sysdig.rb b/Library/Formula/sysdig.rb
index 069b0e19c..fc675b53f 100644
--- a/Library/Formula/sysdig.rb
+++ b/Library/Formula/sysdig.rb
@@ -8,9 +8,9 @@ class Sysdig < Formula
head "https://github.com/draios/sysdig.git", :branch => "master"
bottle do
- sha1 "57addd52be61b28075d62158c633c0355216b9d1" => :mavericks
- sha1 "0f474630754636eab5ddd9546961667d7ac04d06" => :mountain_lion
- sha1 "863a60eae39c0a95616d06e91e00201110bc0306" => :lion
+ sha1 "d237be41f81c3a725a0b0eb2d1a49f9e72d46a89" => :mavericks
+ sha1 "fcd68508a7edf0fc00a87cc73d9da93cc40de8f6" => :mountain_lion
+ sha1 "3736f34b85fa9a1ae9937bfb6daab2935c12cca9" => :lion
end
depends_on "cmake" => :build