yq-go: update to 3.3.2.

This commit is contained in:
Frank Steinborn 2020-06-17 23:02:47 +02:00 committed by Johannes
parent bd6c6f08c2
commit 5ade0ab58c

View file

@ -1,17 +1,17 @@
# Template file for 'yq-go'
pkgname=yq-go
version=3.3.0
version=3.3.2
revision=1
wrksrc="yq-${version}"
build_style=go
go_import_path=github.com/mikefarah/yq/v3
hostmakedepends="git"
short_desc="Lightweight and portable command-line YAML processor written in go"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="MIT"
homepage="https://github.com/mikefarah/yq"
distfiles="https://github.com/mikefarah/yq/archive/${version}.tar.gz"
checksum=93998c2c5f19f39301929f3da99ac083fb82547ad9c00cd761c0a94967962801
checksum=28b34199aadafe0eef1e7becc6953675ad516383b31637a42080940e1c9318fb
do_check() {
go test -v