diff options
| author | Stian Eikeland | 2015-02-05 21:15:14 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-06 08:17:01 +0000 |
| commit | e73bd1134f79cd56b9eb136916d490113e2f2e21 (patch) | |
| tree | 5f059698bf40485663583a3f239690ce89678819 /Library/Formula | |
| parent | c289bd5b824cd71b2970f3d5c416ebb0e92f7203 (diff) | |
| download | homebrew-e73bd1134f79cd56b9eb136916d490113e2f2e21.tar.bz2 | |
sysdig 0.1.96
Closes #36570.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sysdig.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sysdig.rb b/Library/Formula/sysdig.rb index 684860c62..82f1068b7 100644 --- a/Library/Formula/sysdig.rb +++ b/Library/Formula/sysdig.rb @@ -2,8 +2,8 @@ require "formula" class Sysdig < Formula homepage "http://www.sysdig.org/" - url "https://github.com/draios/sysdig/archive/0.1.95.tar.gz" - sha1 "0e07da4fa4b9d8917e73591ee8d60f43e9bacef6" + url "https://github.com/draios/sysdig/archive/0.1.96.tar.gz" + sha1 "86a8b1d21a7cbb392f3127b98b08f1d56b0f3927" head "https://github.com/draios/sysdig.git" |
