diff options
| author | Michael Joseph | 2014-10-16 23:03:56 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-17 09:50:48 +0100 |
| commit | 49abb48c9a937038a74dddaa1a94d44694764617 (patch) | |
| tree | 41258d97d49bbabb843727fc71a8bcfc5c0a585e /Library/Formula | |
| parent | 95c53e04d3791605fd73915691bc62e2063152e5 (diff) | |
| download | homebrew-49abb48c9a937038a74dddaa1a94d44694764617.tar.bz2 | |
cookiecutter 0.7.2
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cookiecutter.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cookiecutter.rb b/Library/Formula/cookiecutter.rb index 448436df7..db2bcd881 100644 --- a/Library/Formula/cookiecutter.rb +++ b/Library/Formula/cookiecutter.rb @@ -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.1.tar.gz' - sha1 '278a615977a4b29cead14cc9ede07a8c7452864a' + url 'https://pypi.python.org/packages/source/c/cookiecutter/cookiecutter-0.7.2.tar.gz' + sha1 '127b3f755edfb022c4634483666cf5f9d085fa71' depends_on :python if MacOS.version <= :snow_leopard |
