yq-go: update to 4.11.1.
This commit is contained in:
parent
b69e168295
commit
bd59c475da
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'yq-go'
|
# Template file for 'yq-go'
|
||||||
pkgname=yq-go
|
pkgname=yq-go
|
||||||
version=4.10.0
|
version=4.11.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="yq-${version}"
|
wrksrc="yq-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -10,7 +10,7 @@ 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=69f2f8de1e0c5a2d6e529b471f47c2cfacf072ee751e936fd81d645a09346f30
|
checksum=0a4cb1e93114334ccbbffd468f29b27d0fae4857865ae91c570c06ef94a9bd33
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test -v
|
go test -v
|
||||||
|
|
Loading…
Reference in New Issue