aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-04-09 12:00:24 +0100
committerMike McQuaid2014-04-09 12:16:51 +0100
commite709604d81f6ed8c5c577cd8b7967f6623d91c72 (patch)
tree1ce5a1a0bd8e2f6bb35e9923eb7278c945534f44 /Library/Formula
parent154f57fb699b3d0c22fb6f5cf0d76649d9965b70 (diff)
downloadhomebrew-e709604d81f6ed8c5c577cd8b7967f6623d91c72.tar.bz2
python3: update 3.4.0 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/python3.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index a13f29c39..0d0565909 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -7,9 +7,9 @@ class Python3 < Formula
revision 1
bottle do
- sha1 "bb20c186917b11251be7c56a90b755add47eca38" => :mavericks
- sha1 "13d450a6fc69566425327d6831827fae435767e0" => :mountain_lion
- sha1 "cbf841f5d6dff6944535bae5c13da4c4abf2cd26" => :lion
+ sha1 "0b1ac4c596a2feeea3869e7d332d5e94fec56074" => :mavericks
+ sha1 "be6e2eb4f99c04ec2533449033faa09dd11d0e51" => :mountain_lion
+ sha1 "70af6aeb01ec8fbeb0e029677b1fa8bb2d1b5a7e" => :lion
end
VER='3.4' # The <major>.<minor> is used so often.