pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/json2tsv json2tsv: Update to 0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1215bde6dc1
branches:  trunk
changeset: 416367:e1215bde6dc1
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Oct 24 12:52:10 2019 +0000

description:
json2tsv: Update to 0.3

Changes:
0.3
---
 - Separate into more preciso JSON types primitives (p) to: bool (b),
   null (?), number (n)
 - Misc bug fixes and improvements

diffstat:

 textproc/json2tsv/Makefile |   4 ++--
 textproc/json2tsv/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 78c768a95f3c -r e1215bde6dc1 textproc/json2tsv/Makefile
--- a/textproc/json2tsv/Makefile        Thu Oct 24 12:50:36 2019 +0000
+++ b/textproc/json2tsv/Makefile        Thu Oct 24 12:52:10 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/10/20 18:03:50 leot Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/24 12:52:10 leot Exp $
 
-DISTNAME=      json2tsv-0.2
+DISTNAME=      json2tsv-0.3
 CATEGORIES=    textproc
 MASTER_SITES=  http://codemadness.org/releases/json2tsv/
 
diff -r 78c768a95f3c -r e1215bde6dc1 textproc/json2tsv/distinfo
--- a/textproc/json2tsv/distinfo        Thu Oct 24 12:50:36 2019 +0000
+++ b/textproc/json2tsv/distinfo        Thu Oct 24 12:52:10 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/10/20 18:03:50 leot Exp $
+$NetBSD: distinfo,v 1.2 2019/10/24 12:52:10 leot Exp $
 
-SHA1 (json2tsv-0.2.tar.gz) = ea96a66a5e41e54f3b76d89be12af4c8627297d7
-RMD160 (json2tsv-0.2.tar.gz) = 6a86b63e068971b616492073c00ec5316ba1c045
-SHA512 (json2tsv-0.2.tar.gz) = 8205113cf263037da300a8463abf18fec2dd077e42ed34764c7c44b35025990ddd6f5586d7235080f9b975c23e44bdb8870316fafe3682fc6450e28e519da3b1
-Size (json2tsv-0.2.tar.gz) = 5171 bytes
+SHA1 (json2tsv-0.3.tar.gz) = f0b8c7a5e22118f9ad865979f660df5b8ec48fb8
+RMD160 (json2tsv-0.3.tar.gz) = 4a3ef902cb9a9a0ac3dececbdd4019f43ef17398
+SHA512 (json2tsv-0.3.tar.gz) = 28bd8f9f73ea06ae777e7763e71860790a36f8e076c347120c5fa086aba7a9c03db01afe11f1a4c2ed62420e8b7136046fd7999505bdc67e0e6e32973ec2d80c
+Size (json2tsv-0.3.tar.gz) = 5869 bytes



Home | Main Index | Thread Index | Old Index