diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/volatility.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/volatility.rb b/Library/Formula/volatility.rb index 354ea596d..ce937c324 100644 --- a/Library/Formula/volatility.rb +++ b/Library/Formula/volatility.rb @@ -7,9 +7,10 @@ class Volatility < Formula    head "https://github.com/volatilityfoundation/volatility.git"    bottle do -    sha1 "92a32d7b5e220cfc36600f2a6cee15ed22089d4b" => :mavericks -    sha1 "da6d1f90940f514cd4170451a68601b19037f271" => :mountain_lion -    sha1 "2423ad7a28999464faa74f9168d83172d59b99a5" => :lion +    revision 1 +    sha1 "cf22cc05b0a17b14ebd781ce9ba8776df093fbfc" => :yosemite +    sha1 "fa9bf1f6eed8a25ebeef726bcb178858e9c97043" => :mavericks +    sha1 "f98e08887443635e783ca8bb2395b0737a810a93" => :mountain_lion    end    depends_on :python if MacOS.version <= :snow_leopard  | 
