From 98ca89327f95194081e6f08f0ac9ef3b7fa7af99 Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 16 May 2019 14:11:52 +0000 Subject: Update to 0.19.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: Bugfixes Fixed “32 bit signed xor broken on VM” (#10482) Fixed “SetMaxPoolSize not heeded” (#10584) Fixed “uint inplace add in if branch is omitted when compiled to JS” (#10697) Fixed “Booleans Work Wrong in Compile-time” (#10886) Fixed “Bug in setTerminate()” (#10765) Fixed “Cannot raise generic exception” (#7845) Fixed “Nim string definition conflicts with other C/C++ instances” (#10907) Fixed “std/json fails to escape most non-printables, breaking generation and parsing” (#10541) Fixed “object self-assignment order-of-evaluation broken” (#9844) Fixed “Compiler crash with generic types and static generic parameters” (#7569) --- lang/nim/Makefile | 4 ++-- lang/nim/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'lang') diff --git a/lang/nim/Makefile b/lang/nim/Makefile index cda07280ae8..e5fa34c6a59 100644 --- a/lang/nim/Makefile +++ b/lang/nim/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2019/05/11 07:13:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2019/05/16 14:11:52 ryoon Exp $ -DISTNAME= nim-0.19.4 +DISTNAME= nim-0.19.6 CATEGORIES= lang MASTER_SITES= http://nim-lang.org/download/ EXTRACT_SUFX= .tar.xz diff --git a/lang/nim/distinfo b/lang/nim/distinfo index 5bb391c4f79..349af2d52e3 100644 --- a/lang/nim/distinfo +++ b/lang/nim/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2019/05/11 07:13:42 ryoon Exp $ +$NetBSD: distinfo,v 1.6 2019/05/16 14:11:52 ryoon Exp $ -SHA1 (nim-0.19.4.tar.xz) = ddd50d868c67bc3fd923337b8d30c366e526d1b2 -RMD160 (nim-0.19.4.tar.xz) = cc26b7a96be41231c771a7953161e2a858b4ee4b -SHA512 (nim-0.19.4.tar.xz) = 0cf87368b51bc305935b350b63c535ed268c066258ef731b73c12afaa9a3c20760876e3c4bec46448051fe8bacb6c4f1ef84f2ec3789f601a4786408bf3da06c -Size (nim-0.19.4.tar.xz) = 4284092 bytes +SHA1 (nim-0.19.6.tar.xz) = e76effe43fb2770d227062cb06a8a9b691837351 +RMD160 (nim-0.19.6.tar.xz) = 21384fca15ef08f7a961df463f82fdf64f887519 +SHA512 (nim-0.19.6.tar.xz) = 9728825e349570ec187c031725162b70fdb1a43229732d33fcfa61dde84fb6392c7265a456ce925fd7d1d782d7f9881398173bf69c0d1ecdbefbbb6bd57f6041 +Size (nim-0.19.6.tar.xz) = 4166952 bytes -- cgit v1.2.3