Skip to content

Commit

Permalink
textproc/jo: Update to 1.3
Browse files Browse the repository at this point in the history
Changelog:
	- 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)

PR:		243419
Approved by:	swills (maintainer)
  • Loading branch information
dbaio committed Jan 31, 2020
1 parent d637645 commit 3f0a010
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions textproc/jo/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= jo
PORTVERSION= 1.2
PORTVERSION= 1.3
CATEGORIES= textproc
MASTER_SITES= https://github.com/jpmens/${PORTNAME}/releases/download/${PORTVERSION}/

Expand All @@ -13,6 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING

GNU_CONFIGURE= yes

PLIST_FILES= bin/jo man/man1/jo.1.gz
PLIST_FILES= bin/jo etc/bash_completion.d/jo.bash man/man1/jo.1.gz

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions textproc/jo/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1545966765
SHA256 (jo-1.2.tar.gz) = 36ec2fc4937c6478467684b18f0b213ff7267d34f5626cd5a0996a39ca64adae
SIZE (jo-1.2.tar.gz) = 138086
TIMESTAMP = 1579219166
SHA256 (jo-1.3.tar.gz) = de25c95671a3b392c6bcaba0b15d48eb8e2435508008c29477982d2d2f5ade64
SIZE (jo-1.3.tar.gz) = 143425

0 comments on commit 3f0a010

Please sign in to comment.