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