yq-go: update to 4.20.2.

This commit is contained in:
Frank Steinborn 2022-02-18 10:39:08 +01:00 committed by Echo
parent d021ce85c7
commit 0c84461d56

View file

@ -1,6 +1,6 @@
# Template file for 'yq-go'
pkgname=yq-go
version=4.19.1
version=4.20.2
revision=1
wrksrc="yq-${version}"
build_style=go
@ -9,8 +9,9 @@ short_desc="Lightweight and portable command-line YAML processor written in go"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="MIT"
homepage="https://github.com/mikefarah/yq"
changelog="https://raw.githubusercontent.com/mikefarah/yq/master/release_notes.txt"
distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz"
checksum=c289cef82668722d1851fd4e70fd7bbfdbf5b6fd358d7bb01a9e06c317dafc58
checksum=031c63dd98e564b9a74b842ffe8ae929085f1486f59a27d4feb7e118f40c8a1e
do_check() {
go test -v