From 6ffff813ad3cef8fc832cc196e7591293087a69b Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Tue, 25 Jun 2013 19:44:12 +1000 Subject: [PATCH] support for MD5 file hashes --- tar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tar.json b/tar.json index 31c073aaea..a4e94c05bd 100644 --- a/tar.json +++ b/tar.json @@ -7,8 +7,8 @@ "http://downloads.sourceforge.net/project/gnuwin32/tar/1.13-1/tar-1.13-1-dep.zip" ], "hash": [ - { "a92857ec82db569f0a8fa5370642dc69": "md5" }, - { "2606b30c140eb1d1ea15612150eb2e6b": "md5" } + { "md5": "a92857ec82db569f0a8fa5370642dc69" }, + { "md5": "2606b30c140eb1d1ea15612150eb2e6b" } ], "bin": [ "bin\\tar.exe" ] } \ No newline at end of file