aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sysdig.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-08-10 20:45:20 +0100
committerAdam Vandenberg2014-08-10 14:34:27 -0700
commitc074cdf25b492623b6c6de42206ed5062f9217b9 (patch)
tree63a5852d9f0f95e49213c1ceea80b4398f944b22 /Library/Formula/sysdig.rb
parent61030a3957ddcd4a69952116f299a6ae36f3bee4 (diff)
downloadhomebrew-c074cdf25b492623b6c6de42206ed5062f9217b9.tar.bz2
sysdig: update 0.1.87 bottle.
Closes #31496. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/sysdig.rb')
-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 e82a746c8..a2d89d566 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 "d237be41f81c3a725a0b0eb2d1a49f9e72d46a89" => :mavericks
- sha1 "fcd68508a7edf0fc00a87cc73d9da93cc40de8f6" => :mountain_lion
- sha1 "3736f34b85fa9a1ae9937bfb6daab2935c12cca9" => :lion
+ sha1 "0c06c1dd0c4e99b57e76e7dfb8f0948beac39d00" => :mavericks
+ sha1 "47189a77a225fb8dd7052432dc330b737fb7d55e" => :mountain_lion
+ sha1 "68abab7c2c5d631fda04798bf9c021fb13aba1b0" => :lion
end
depends_on "cmake" => :build