Skip to content

Commit

Permalink
jo: Update to 1.2
Browse files Browse the repository at this point in the history
Patch submitted by Frederic Cambus, who takes maintainership.

Upstream changelog
==================

2018-12-10 1.2

    NEW: Dockerfile (#76)
    UPD: add examples of empty arrays/objects to manual (#74)
    NEW: support -e to ignore empty stdin; contributed by Robi Karp
    NEW: object-path support (#57)
  • Loading branch information
krytarowski committed Jan 18, 2019
1 parent ea8f01c commit 938f2a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions textproc/jo/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# $NetBSD: Makefile,v 1.6 2017/05/19 11:38:36 fhajny Exp $
# $NetBSD: Makefile,v 1.7 2019/01/18 18:00:54 kamil Exp $

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

MAINTAINER= pkgsrc-users@NetBSD.org
MAINTAINER= fred@statdns.com
HOMEPAGE= https://github.com/jpmens/jo
COMMENT= JSON output from a shell
LICENSE= gnu-gpl-v2

GITHUB_RELEASE= v${PKGVERSION_NOREV}
GITHUB_RELEASE= ${PKGVERSION_NOREV}

GNU_CONFIGURE= yes

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.3 2017/05/19 11:38:36 fhajny Exp $
$NetBSD: distinfo,v 1.4 2019/01/18 18:00:54 kamil Exp $

SHA1 (jo-1.1.tar.gz) = 265230a08c761088d70c6ff16a226ba3bed9d6db
RMD160 (jo-1.1.tar.gz) = b98c0234edd6c101b51aba2e78f6d73a0c748e2e
SHA512 (jo-1.1.tar.gz) = 170b86f7eff6cf2a06bf60e98982cc1d4cae11802e6149bf5fca9d4d8910abd1e960619209f3330c140abbac69d76386eafdae627ed4fc5aa1f36c9ee57ffc5a
Size (jo-1.1.tar.gz) = 137087 bytes
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

0 comments on commit 938f2a7

Please sign in to comment.