yq-go: update to 4.4.0.
This commit is contained in:
parent
c3acf571e2
commit
6a91504060
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'yq-go'
|
# Template file for 'yq-go'
|
||||||
pkgname=yq-go
|
pkgname=yq-go
|
||||||
version=4.3.2
|
version=4.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="yq-${version}"
|
wrksrc="yq-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/mikefarah/yq/v3
|
go_import_path=github.com/mikefarah/yq/v4
|
||||||
short_desc="Lightweight and portable command-line YAML processor written in go"
|
short_desc="Lightweight and portable command-line YAML processor written in go"
|
||||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/mikefarah/yq"
|
homepage="https://github.com/mikefarah/yq"
|
||||||
distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz"
|
||||||
checksum=7e739f3d96dfb508bf52f33741135121363cf1bf21e3a890e5d8a937877881dc
|
checksum=bd87dad46efbe333d0ed2da0b142e429833259d02d6310d97c95704ea0430a83
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test -v
|
go test -v
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue