From 0d6202d438e2080206999a63867b9187d98b61d9 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Wed, 4 Sep 2013 14:31:31 +1000 Subject: [PATCH] python 3.3.2 - reorganise manifest --- python.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python.json b/python.json index 929e5dac65..e1d1860bc0 100644 --- a/python.json +++ b/python.json @@ -5,21 +5,21 @@ "architecture": { "64bit": { "url": "http://www.python.org/ftp/python/3.3.2/python-3.3.2.amd64.msi", + "hash": "md5:2477b4bd8e9a337705f7b5fda8b3b45f", "msi": { "silent": true, "code": "{9FA9A2A6-19E4-381A-8AF3-F8CF12F0DCF0}", "args": ["addlocal=\"DefaultFeature\""] - }, - "hash": "md5:2477b4bd8e9a337705f7b5fda8b3b45f" + } }, "32bit": { "url": "http://www.python.org/ftp/python/3.3.2/python-3.3.2.msi", + "hash": "md5:0d9db9c2316562c62e1e4c347b6f9430", "msi": { "silent": true, "code": "{92389DE9-939E-341B-A076-1D52D7DBCA71}", "args": ["addlocal=\"DefaultFeature\""] - }, - "hash": "md5:0d9db9c2316562c62e1e4c347b6f9430" + } } }, "bin": [ "python.exe", "py.exe" ],