diff options
| author | Paul Durivage | 2014-06-04 13:07:34 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-04 23:11:55 +0100 |
| commit | 919515f641c4dc1a260e83a014ffc3810b59fc85 (patch) | |
| tree | bae37b6282a0447b233cba229420da08c8b8c68c /Library/Formula/sysdig.rb | |
| parent | 606572c3270828443f187bfc08b64fd818e6a571 (diff) | |
| download | homebrew-919515f641c4dc1a260e83a014ffc3810b59fc85.tar.bz2 | |
sysdig 0.1.83
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 f164d7544..f8b4377a6 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.82.tar.gz" - sha1 "bf63f1cf7833279794b78fc6297c77bff796653b" + url "https://github.com/draios/sysdig/archive/0.1.83.tar.gz" + sha1 "c4d64b7f62e43d3300122c2aba65f098ca7fa9f3" head "https://github.com/draios/sysdig.git", :branch => "master" |
