yq-go: update to 4.25.2.
This commit is contained in:
parent
6ad71c7ad4
commit
223c637aa0
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'yq-go'
|
# Template file for 'yq-go'
|
||||||
pkgname=yq-go
|
pkgname=yq-go
|
||||||
version=4.24.5
|
version=4.25.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="yq-${version}"
|
wrksrc="yq-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -11,7 +11,7 @@ license="MIT"
|
||||||
homepage="https://github.com/mikefarah/yq"
|
homepage="https://github.com/mikefarah/yq"
|
||||||
changelog="https://raw.githubusercontent.com/mikefarah/yq/master/release_notes.txt"
|
changelog="https://raw.githubusercontent.com/mikefarah/yq/master/release_notes.txt"
|
||||||
distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz"
|
||||||
checksum=8ffab12d2d527f0ac62823777201f8e5e78c9af5c754914274db2733da98c796
|
checksum=2aa2d3e4e44a74bc8a2213f60620f69366a86bbc9f5deffcc15047eaa4cf9e19
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test -v
|
go test -v
|
||||||
|
|
Loading…
Reference in New Issue