deps: Bottle updates for OS X: augeas, libxml2 (#2756)

This commit is contained in:
Teddy Reed 2016-11-14 15:17:46 -08:00 committed by GitHub
parent e2255dbb03
commit cdf9741aaa
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ class Augeas < AbstractOsqueryFormula
bottle do
root_url "https://osquery-packages.s3.amazonaws.com/bottles"
cellar :any_skip_relocation
sha256 "a090cf5f9ecfa57f858433cc6ad46cd9d64430844c1fafd380848179887fb486" => :sierra
sha256 "8ef71ee4d9bb8c976150af61e811ff31e065ffb9f6c28cc4b8b8cd7145e9cd2c" => :x86_64_linux
end

View File

@ -11,6 +11,7 @@ class Libxml2 < AbstractOsqueryFormula
bottle do
root_url "https://osquery-packages.s3.amazonaws.com/bottles"
cellar :any_skip_relocation
sha256 "ad126db38749740bb13423e32d716f70208729d1b4d32f4285ad078b65ed70cf" => :sierra
sha256 "92cbb6676f6788431da1b915781c4e44e3194fb286818e04dcfa428aa8879620" => :x86_64_linux
end