python3: add missing SHA-1.

master
Mike McQuaid 2013-11-19 15:55:52 +00:00
parent 622ec21122
commit 0a780a4eec
1 changed files with 1 additions and 1 deletions

View File

@ -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