aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-10 21:28:59 -0800
committerAdam Vandenberg2014-02-10 21:28:59 -0800
commit67f908eb4f07f246a5fdcb363994eca1aa86b568 (patch)
tree326d0b45878cf1d739c21b13d29dd17b85c3a237 /Library
parent51d1fe47aeab2a178a437a76083745b9070047d4 (diff)
downloadhomebrew-67f908eb4f07f246a5fdcb363994eca1aa86b568.tar.bz2
python3: fix VER
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/python3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 4614498b2..d71d04a2c 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -4,7 +4,7 @@ class Python3 < Formula
homepage 'http://www.python.org/'
url 'http://python.org/ftp/python/3.3.4/Python-3.3.4.tgz'
sha1 '0561d2a24067c03ed2b29c58a12e126e86ccdc58'
- VER='3.3' # The <major>.<minor> is used so often.
+ VER='3.4' # The <major>.<minor> is used so often.
head 'http://hg.python.org/cpython', :using => :hg, :branch => VER