diff options
| author | Denis Denisov | 2014-09-26 22:39:43 +0300 |
|---|---|---|
| committer | Jack Nagel | 2014-09-26 17:52:44 -0500 |
| commit | 0b0f1b92f8a74d449e96c299bfc025fea2699cd6 (patch) | |
| tree | 0f812234405787fb0b2919f790de2082ab20131c /Library/Formula/sysdig.rb | |
| parent | 179f9ed404d7cb188c3ea3af5faaf7469971aeab (diff) | |
| download | homebrew-0b0f1b92f8a74d449e96c299bfc025fea2699cd6.tar.bz2 | |
sysdig 0.1.89
Closes #32685.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/sysdig.rb')
| -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 a87ed257f..7ba90e5fa 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.88.tar.gz" - sha1 "828484700fff793f28cf7e7011544deebab8b26f" + url "https://github.com/draios/sysdig/archive/0.1.89.tar.gz" + sha1 "a7c97901313cbb81b3bb9ac85d48df568be2ceca" head "https://github.com/draios/sysdig.git", :branch => "master" |
