diff options
| author | mike@arpaia.co | 2014-11-18 11:46:40 -0800 |
|---|---|---|
| committer | Jack Nagel | 2014-11-18 22:33:37 -0600 |
| commit | ae1ab555ab7454f6642f3dff47c23961e9e08bd2 (patch) | |
| tree | f6d0ffc11ee2b9e455325a9698df468038d64083 /Library/Formula | |
| parent | b7b0b20d1dbaeafcb856ad6e81885e2ce3d59ba5 (diff) | |
| download | homebrew-ae1ab555ab7454f6642f3dff47c23961e9e08bd2.tar.bz2 | |
osquery 1.1.0
Closes #34290.
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 b2d095308..ad1557dbf 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.0.5" + url "https://github.com/facebook/osquery.git", :tag => "1.1.0" bottle do sha1 "0bf8208e6d0605273f67ac1ba180d7918bc2c927" => :yosemite |
