aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-10 21:44:33 -0800
committerAdam Vandenberg2014-02-10 21:44:33 -0800
commitc6a63aa05f33ef702b7974c880f409476931b294 (patch)
tree84e099ff70812256626db34c73c4c44cbb24e43d /Library/Formula/python3.rb
parent67f908eb4f07f246a5fdcb363994eca1aa86b568 (diff)
downloadhomebrew-c6a63aa05f33ef702b7974c880f409476931b294.tar.bz2
Revert "python3: fix VER"
This reverts commit 67f908eb4f07f246a5fdcb363994eca1aa86b568.
Diffstat (limited to 'Library/Formula/python3.rb')
-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 d71d04a2c..4614498b2 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.4' # The <major>.<minor> is used so often.
+ VER='3.3' # The <major>.<minor> is used so often.
head 'http://hg.python.org/cpython', :using => :hg, :branch => VER