Skip to content

Commit

Permalink
textproc/gojq: Update to 0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nanorkyo authored and nunotexbsd committed Jul 24, 2022
1 parent fb665ff commit d05b9d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 4 additions & 2 deletions textproc/gojq/Makefile
@@ -1,7 +1,6 @@
PORTNAME= gojq
DISTVERSIONPREFIX= v
DISTVERSION= 0.12.6
PORTREVISION= 3
DISTVERSION= 0.12.8
CATEGORIES= textproc

MAINTAINER= nork@ninth-nine.com
Expand All @@ -15,6 +14,9 @@ USES= go:modules
GO_MODULE= github.com/itchyny/gojq
GO_TARGET= ./cmd/gojq

PLIST_FILES= bin/gojq \
share/zsh/site-functions/_gojq

post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
${INSTALL_DATA} ${WRKSRC}/_gojq ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
Expand Down
10 changes: 5 additions & 5 deletions textproc/gojq/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1638465299
SHA256 (go/textproc_gojq/gojq-v0.12.6/v0.12.6.mod) = 11d914aa09b10d05d3ade70961432d76a0b4771501745f37cc05b0cc821df9ad
SIZE (go/textproc_gojq/gojq-v0.12.6/v0.12.6.mod) = 316
SHA256 (go/textproc_gojq/gojq-v0.12.6/v0.12.6.zip) = 216382c9ca5001cf5762a2dfef654802278bcd8c5f6f2637c4c3bbfb3aa47796
SIZE (go/textproc_gojq/gojq-v0.12.6/v0.12.6.zip) = 148578
TIMESTAMP = 1658510130
SHA256 (go/textproc_gojq/gojq-v0.12.8/v0.12.8.mod) = 2edee0bf6270946be74e2f08bfe24b77647ff9998f1d1e6a95f4e202c91dde05
SIZE (go/textproc_gojq/gojq-v0.12.8/v0.12.8.mod) = 289
SHA256 (go/textproc_gojq/gojq-v0.12.8/v0.12.8.zip) = 8cf1dd49c82e6efa63862c79bc24050207170023972a6afae31e1c3d2528e6c5
SIZE (go/textproc_gojq/gojq-v0.12.8/v0.12.8.zip) = 154895
2 changes: 0 additions & 2 deletions textproc/gojq/pkg-plist

This file was deleted.

0 comments on commit d05b9d5

Please sign in to comment.