From f9d6a1da6c1d22bf3d1f5adbe05cf91156ecf22d Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Sat, 9 May 2015 15:53:45 +0300 Subject: [PATCH] Update nim to 0.11.2 Removed nim_debug.exe (doesn't exist anymore), added nimble.exe (nim's package manager). --- nim.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nim.json b/nim.json index 1426b0704d..e8c0dacf7c 100644 --- a/nim.json +++ b/nim.json @@ -1,25 +1,25 @@ { "homepage": "http://nim-lang.org/", - "version": "0.10.2", + "version": "0.11.2", "license": "MIT", "architecture": { "64bit": { - "url": "http://nim-lang.org/download/nim-0.10.2_x64.exe#/dl.7z", - "hash": "6221d688be567c15e0087f87dccaee5544cd537bfa6b032c72545dfbe1c806db" + "url": "http://nim-lang.org/download/nim-0.11.2_x64.exe#/dl.7z", + "hash": "27d23d16a6b7a30d1db24c522623cf7128eb2c2c4f8cb9b503ebf78568c174bc" }, "32bit": { - "url": "http://nim-lang.org/download/nim-0.10.2_x32.exe#/dl.7z", - "hash": "f447b27ff66f2611cfef92c87ad002bba236e503038bfe5e2b36adc2d3b3f16e" + "url": "http://nim-lang.org/download/nim-0.11.2_x32.exe#/dl.7z", + "hash": "88bbda792dc95a50f5d04c5411ce32cc2c5bb06116410387b71d838281331cdc" } }, "bin": [ "bin\\nimgrep.exe", "bin\\nim.exe", - "bin\\nim_debug.exe" + "bin\\nimble.exe" ], "depends": "gcc", "post_install": " # Removes installation cruft rm -r $dir\\`$PLUGINSDIR rm -r $dir\\`$COMMONFILES" -} \ No newline at end of file +}