From 485a50c2d2edfc4ca769bb14aae4de2c68573244 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 19 Nov 2013 15:55:52 +0000 Subject: python3: add missing SHA-1. --- 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 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 . is used so often. head 'http://hg.python.org/cpython', :using => :hg, :branch => VER -- cgit v1.2.3