aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorJohannes Schönberger2013-04-09 18:15:58 +0200
committerAdam Vandenberg2013-04-13 14:38:25 -0700
commit75d1a3db20f37e4bad704e4b1cfd40adfadd4168 (patch)
treeaed50fa864da65e4eda5545c166fd97f6be0be22 /Library/Formula/python3.rb
parenta722605dd59c48f332f21ca88bf79abc9e460ace (diff)
downloadhomebrew-75d1a3db20f37e4bad704e4b1cfd40adfadd4168.tar.bz2
Python 3.3.1
Closes #19081. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 b23f70917..33e51b9a2 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.0/Python-3.3.0.tar.bz2'
- sha1 '3e1464bc2c1dfa74287bc58da81168f50b0ae5c7'
+ url 'http://python.org/ftp/python/3.3.1/Python-3.3.1.tar.bz2'
+ sha1 'bec78674847a4dacc4717c93b32b6b07adb90afe'
VER='3.3' # The <major>.<minor> is used so often.
depends_on 'pkg-config' => :build