aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorSamuel John2013-05-18 14:11:04 +0200
committerSamuel John2013-05-18 14:11:04 +0200
commit920ddc59adad6fde88f12e41ca1d1d7dc59ac19e (patch)
tree71f09ab88baa6ea82b6308f233d632ca0cfc780d /Library/Formula/python3.rb
parent197a5a8322ee6df10337206457a26a48a766b7f7 (diff)
downloadhomebrew-920ddc59adad6fde88f12e41ca1d1d7dc59ac19e.tar.bz2
python3: 3.3.2
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index bbacdb8f0..e3e80211c 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -18,8 +18,8 @@ end
class Python3 < Formula
homepage 'http://www.python.org/'
- url 'http://python.org/ftp/python/3.3.1/Python-3.3.1.tar.bz2'
- sha1 'bec78674847a4dacc4717c93b32b6b07adb90afe'
+ url 'http://python.org/ftp/python/3.3.2/Python-3.3.2.tar.bz2'
+ sha1 'b28c36a9752b690059dc6df4fb9b4ec9d6c5708a'
VER='3.3' # The <major>.<minor> is used so often.
depends_on 'pkg-config' => :build