From 34dca6b916588faeb1103d9fde5e7e80c25aa10c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 27 Sep 2018 13:00:29 +0000 Subject: [PATCH] nim: Update to version 0.19.0 --- nim.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nim.json b/nim.json index 348d15a58b..cf92898ceb 100644 --- a/nim.json +++ b/nim.json @@ -1,19 +1,19 @@ { "homepage": "https://nim-lang.org/", - "version": "0.18.0", + "version": "0.19.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://nim-lang.org/download/nim-0.18.0_x64.zip", - "hash": "78e48ced6d9fe2600131795bcbbfd37daa28ebb98ba581f90c432bc4a8959d8f" + "url": "https://nim-lang.org/download/nim-0.19.0_x64.zip", + "hash": "dab7bdc35f826581faa124c3b826e7bb9222e94ea4c056233779d0d4d777a283" }, "32bit": { - "url": "https://nim-lang.org/download/nim-0.18.0_x32.zip", - "hash": "3eb4c4ef649eb88bf5f8e4759f727e9401df27aa936ea8f8a701b4fe99e65e13" + "url": "https://nim-lang.org/download/nim-0.19.0_x32.zip", + "hash": "1fdbbc8afe24f551f2a6ac3a1d5a40ba057534e3a11a370882753f8724d03d66" } }, "depends": "gcc", - "extract_dir": "nim-0.18.0", + "extract_dir": "nim-0.19.0", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""