Skip to content

Commit

Permalink
jo: update to 1.3.
Browse files Browse the repository at this point in the history
ChangeLog:

2019-11-04 1.3
- FIX: Escaped @ ("\@") is treated as "@" (#42, #103)
- NEW: Support reading JSON array elements (#91)
- UPD: Add home and removable-media interfaces to snap (#94)
- FIX: fix unlikely crash after malloc fail when base64 encoding.
- NEW: Support reading nested data from pipes (#82)
  • Loading branch information
fcambus committed Nov 4, 2019
1 parent dee447f commit 5c27b31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions textproc/jo/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.8 2019/09/07 14:05:44 fcambus Exp $
# $NetBSD: Makefile,v 1.9 2019/11/04 09:24:22 fcambus Exp $

DISTNAME= jo-1.2
DISTNAME= jo-1.3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=jpmens/}

Expand Down
10 changes: 5 additions & 5 deletions textproc/jo/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2019/01/18 18:00:54 kamil Exp $
$NetBSD: distinfo,v 1.5 2019/11/04 09:24:22 fcambus Exp $

SHA1 (jo-1.2.tar.gz) = 14b85a76fb946b3527a74774cfb0e5c5003e6b21
RMD160 (jo-1.2.tar.gz) = a7189566cdaba6c05e5f887f0e5e49c66258ec26
SHA512 (jo-1.2.tar.gz) = 72dd61bf5b9882c1cd5f6b62b2c9f6b0141546168915a389876712c82388f3105a5b91ffd3775b15c3a8bfb0d7f577ccb29a2fb4d3d7b85416d87d07047312c3
Size (jo-1.2.tar.gz) = 138086 bytes
SHA1 (jo-1.3.tar.gz) = e6d407b2f951bd1ed029f340c06975425199ffbd
RMD160 (jo-1.3.tar.gz) = fec8f166a48e9cf6050f9bcb88de1a48701fd172
SHA512 (jo-1.3.tar.gz) = 3c9480257d0ab9d9f19f1aaeb3a5b72e69caff6dcf87118bea8aca74a3b0864c0d17ed52bfc5550783c4636ee3a6acb8578f08316d976cea4f06af7096c12f02
Size (jo-1.3.tar.gz) = 143425 bytes

0 comments on commit 5c27b31

Please sign in to comment.