diff options
| author | Angelo Olivera | 2015-03-03 14:01:22 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2015-03-03 21:24:51 -0500 | 
| commit | bbfb18026e9ef5afc00b19f45a344f1785d60b36 (patch) | |
| tree | b9e4d3b7cadce2bf3af93d0d548582073bd79e4f | |
| parent | cc3f234f94ea924669a785bb19e1992300a08786 (diff) | |
| download | homebrew-bbfb18026e9ef5afc00b19f45a344f1785d60b36.tar.bz2 | |
sysdig 0.1.98
Closes #37373.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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 4be8934aa..39c681568 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.96.tar.gz" -  sha1 "86a8b1d21a7cbb392f3127b98b08f1d56b0f3927" +  url "https://github.com/draios/sysdig/archive/0.1.98.tar.gz" +  sha1 "a184272b9ab34a644027a699e1e7dbb1676b5265"    head "https://github.com/draios/sysdig.git" | 
