yq-go: update to 4.34.1.
This commit is contained in:
parent
ec79ce0bb5
commit
ce78966021
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'yq-go'
|
||||
pkgname=yq-go
|
||||
version=4.33.1
|
||||
revision=2
|
||||
version=4.34.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/mikefarah/yq/v4
|
||||
short_desc="Lightweight and portable command-line YAML processor written in go"
|
||||
|
@ -10,7 +10,7 @@ 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/refs/tags/v${version}.tar.gz"
|
||||
checksum=c38b8210fb5a80ac88314fa346ea31f3dc9324cae9fe93cb334cacf909e09bc3
|
||||
checksum=69ff6f8bbb5f9eff5ccb537597740d24200db201b2709e442ae5effdbcb8ff9d
|
||||
|
||||
do_check() {
|
||||
go test -v
|
||||
|
|
Loading…
Reference in New Issue