diff options
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index bbf005769..16f57b9d1 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -2,9 +2,8 @@ require 'formula' class Python3 < Formula homepage 'https://www.python.org/' - url 'https://python.org/ftp/python/3.4.0/Python-3.4.0.tgz' - sha1 'bb5125d1c437caa5a62e0a3d0fee298e91196d6f' - revision 1 + url 'https://python.org/ftp/python/3.4.1/Python-3.4.1.tgz' + sha1 'e8c1bd575a6ccc2a75f79d9d094a6a29d3802f5d' bottle do sha1 "0b1ac4c596a2feeea3869e7d332d5e94fec56074" => :mavericks |
