yq-go: update to 2.2.0.
This commit is contained in:
parent
311710d02f
commit
4d48868718
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'yq-go'
|
||||
pkgname=yq-go
|
||||
version=2.1.2
|
||||
revision=2
|
||||
version=2.2.0
|
||||
revision=1
|
||||
wrksrc="yq-${version}"
|
||||
build_style=go
|
||||
go_import_path=github.com/mikefarah/yq
|
||||
|
@ -11,7 +11,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/mikefarah/yq"
|
||||
distfiles="https://github.com/mikefarah/yq/archive/${version}.tar.gz"
|
||||
checksum=884b32796c5189d032d2df381868b6151729edc13a9664f6960d0276bb406e59
|
||||
checksum=cae447da53393bc7a61cf7a6411f6c9b9a9a82b4f6bb366a98dca233ef9ac42e
|
||||
|
||||
do_check() {
|
||||
go test -v
|
||||
|
|
Loading…
Reference in a new issue