From 0a780a4eecc583a0cf23caf1e94158e91953520a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 19 Nov 2013 15:55:52 +0000 Subject: [PATCH] python3: add missing SHA-1. --- Formula/python3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/python3.rb b/Formula/python3.rb index 02baac515de..16c2aa4a971 100644 --- a/Formula/python3.rb +++ b/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 . is used so often. head 'http://hg.python.org/cpython', :using => :hg, :branch => VER