cookiecutter 0.7.1
Closes Homebrew/homebrew#31323. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
177acfeb3e
commit
096a60b0ab
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue