cookiecutter 0.7.1

Closes Homebrew/homebrew#31323.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
Ben Lopatin 2014-08-03 22:00:23 -04:00 committed by Misty De Meo
parent 177acfeb3e
commit 096a60b0ab

View file

@ -2,8 +2,8 @@ require 'formula'
class Cookiecutter < Formula
homepage 'https://github.com/audreyr/cookiecutter'
url 'https://pypi.python.org/packages/source/c/cookiecutter/cookiecutter-0.7.0.tar.gz'
sha1 '2685e3288a348a04f5dd2e0f4462ad869e7fdc32'
url 'https://pypi.python.org/packages/source/c/cookiecutter/cookiecutter-0.7.1.tar.gz'
sha1 '278a615977a4b29cead14cc9ede07a8c7452864a'
depends_on :python if MacOS.version <= :snow_leopard