diff options
| author | mike@arpaia.co | 2014-12-16 16:29:14 -0800 |
|---|---|---|
| committer | Jack Nagel | 2014-12-17 00:04:04 -0500 |
| commit | f2a2233da3898c5480a9e1bfa207d5a237863010 (patch) | |
| tree | a613cd93ce6e496fee53080382f72df15a508f83 /Library/Formula | |
| parent | a41a3bb60618f0d145a1eac40b0dbf011cec5359 (diff) | |
| download | homebrew-f2a2233da3898c5480a9e1bfa207d5a237863010.tar.bz2 | |
osquery 1.2.2
Closes #35042.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/osquery.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/osquery.rb b/Library/Formula/osquery.rb index d3f992214..1a8c513fd 100644 --- a/Library/Formula/osquery.rb +++ b/Library/Formula/osquery.rb @@ -3,7 +3,7 @@ require "formula" class Osquery < Formula homepage "http://osquery.io" # pull from git tag to get submodules - url "https://github.com/facebook/osquery.git", :tag => "1.2.1" + url "https://github.com/facebook/osquery.git", :tag => "1.2.2" bottle do sha1 "177b9415715b9cbce9c3aa636816188378eb6c81" => :yosemite |
