diff options
| author | BrewTestBot | 2014-12-01 13:07:29 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-01 13:38:59 +0000 |
| commit | de0aa4cd534611aca9145a06d41f6e47802b67d9 (patch) | |
| tree | 1f78030e4272f0a1bd98b13f1bc60cd7ecca2c17 /Library/Formula/volatility.rb | |
| parent | db392872479d9ae7745251e060b447f2e3850143 (diff) | |
| download | homebrew-de0aa4cd534611aca9145a06d41f6e47802b67d9.tar.bz2 | |
volatility: update 2.4 bottle.
Diffstat (limited to 'Library/Formula/volatility.rb')
| -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 |
