From 4c136579ed65f649fb1c7ef5fd75f0bc85e94ef7 Mon Sep 17 00:00:00 2001 From: Yacine Salmi Date: Sun, 20 Nov 2016 16:22:04 +0100 Subject: [PATCH] nim 0.15.2 Closes #7096. Signed-off-by: William Woodruff --- Formula/nim.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/nim.rb b/Formula/nim.rb index 81f1a3f2a8..ff29902f89 100644 --- a/Formula/nim.rb +++ b/Formula/nim.rb @@ -1,8 +1,8 @@ class Nim < Formula desc "Statically typed, imperative programming language" homepage "http://nim-lang.org/" - url "http://nim-lang.org/download/nim-0.15.0.tar.xz" - sha256 "c514535050b2b2156147bbe6e23aafe07cd996b2afa2c81fa9a09e1cd8c669fb" + url "http://nim-lang.org/download/nim-0.15.2.tar.xz" + sha256 "905df2316262aa2cbacae067acf45fc05c2a71c8c6fde1f2a70c927ebafcfe8a" head "https://github.com/nim-lang/Nim.git", :branch => "devel" bottle do @@ -64,6 +64,6 @@ class Nim < Formula license = "MIT" requires "nim >= 0.15.0" EOS - assert_equal "name: \"hello\"", shell_output("#{bin}/nimble dump").split("\n")[0].chomp + assert_equal "name: \"hello\"", shell_output("#{bin}/nimble dump").split("\n")[1].chomp end end