aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-01-08 22:53:46 +0000
committerMike McQuaid2015-01-09 08:21:38 +0000
commit6caf1988f0d0326d672066112396e257b63585ca (patch)
treef46e8721b1b951fc5164289894f711f79d02a911
parentb528dd14dbe7be67afa796e69aa09b8babae777c (diff)
downloadhomebrew-6caf1988f0d0326d672066112396e257b63585ca.tar.bz2
cheat: update 2.1.3 bottle.
-rw-r--r--Library/Formula/cheat.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/cheat.rb b/Library/Formula/cheat.rb
index e8841f40a..31070b220 100644
--- a/Library/Formula/cheat.rb
+++ b/Library/Formula/cheat.rb
@@ -6,9 +6,9 @@ class Cheat < Formula
bottle do
cellar :any
- sha1 "6f98925637992ad9d976aee595a3354c61712a10" => :yosemite
- sha1 "ae00b12b7f7c7556bcfc8f8aebf4a56b00495aa3" => :mavericks
- sha1 "33793a17ec95d635781937658e7a6ec40fb58438" => :mountain_lion
+ sha1 "21368d2e4f0394e461c473a637be57c0eb1a17c4" => :yosemite
+ sha1 "c117c796c2be0b330ee3b91acc03a73ad14f9a79" => :mavericks
+ sha1 "7e889187dcef76f9ee8df1c581bb003a14abf8de" => :mountain_lion
end
depends_on :python if MacOS.version <= :snow_leopard