aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-11-19 15:55:52 +0000
committerMike McQuaid2013-11-19 15:55:52 +0000
commit485a50c2d2edfc4ca769bb14aae4de2c68573244 (patch)
tree3b347b2d15dabc0018ea56cb60ea618f2454f394 /Library/Formula/python3.rb
parente7afc0e240ae7f774516892f06864e683dbd011f (diff)
downloadhomebrew-485a50c2d2edfc4ca769bb14aae4de2c68573244.tar.bz2
python3: add missing SHA-1.
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 02baac515..16c2aa4a9 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -3,7 +3,7 @@ require 'formula'
class Python3 < Formula
homepage 'http://www.python.org/'
url 'http://python.org/ftp/python/3.3.3/Python-3.3.3.tar.bz2'
- sha1 ''
+ sha1 '6ff7d34427cbf7bf875e6a456850231e488118ca'
VER='3.3' # The <major>.<minor> is used so often.
head 'http://hg.python.org/cpython', :using => :hg, :branch => VER