aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-01-21 15:10:07 +0000
committerJack Nagel2015-01-22 01:08:51 -0500
commit4e25e580057d9ed667a9b19bc04122e3b9b741e5 (patch)
tree82799a410649349921c0b58d008a86bf24629b1d /Library
parent212e3ef7d3636b460753dd23b68cc55267c34a41 (diff)
downloadhomebrew-4e25e580057d9ed667a9b19bc04122e3b9b741e5.tar.bz2
cookiecutter: update 0.9.1 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cookiecutter.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/cookiecutter.rb b/Library/Formula/cookiecutter.rb
index b6f9ffecf..c5ef7daec 100644
--- a/Library/Formula/cookiecutter.rb
+++ b/Library/Formula/cookiecutter.rb
@@ -6,9 +6,9 @@ class Cookiecutter < Formula
bottle do
cellar :any
- sha1 "9a22153459acc63e865edbf269f7f184fb4cee28" => :yosemite
- sha1 "b505e0d5d975be2a0b4ab2581cc2b57f46271fcc" => :mavericks
- sha1 "6a2268b6b188d28126d1ea9d2712b1b532b70464" => :mountain_lion
+ sha1 "c01d592a6fd8873145753ddba5378b4df95c5861" => :yosemite
+ sha1 "b5cde887f1c4fdb9e61bffb7383060eac76d3706" => :mavericks
+ sha1 "25d1f4a6b95dbd294734fb37f873a00fbeeecefb" => :mountain_lion
end
depends_on :python if MacOS.version <= :snow_leopard