From c6a63aa05f33ef702b7974c880f409476931b294 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 10 Feb 2014 21:44:33 -0800 Subject: Revert "python3: fix VER" This reverts commit 67f908eb4f07f246a5fdcb363994eca1aa86b568. --- Library/Formula/python3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/python3.rb') 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 . is used so often. + VER='3.3' # The . is used so often. head 'http://hg.python.org/cpython', :using => :hg, :branch => VER -- cgit v1.2.3