mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
yq-go: update to 3.3.2.
This commit is contained in:
parent
bd6c6f08c2
commit
5ade0ab58c
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'yq-go'
|
# Template file for 'yq-go'
|
||||||
pkgname=yq-go
|
pkgname=yq-go
|
||||||
version=3.3.0
|
version=3.3.2
|
||||||
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/v3
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
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="Orphaned <orphan@voidlinux.org>"
|
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/${version}.tar.gz"
|
distfiles="https://github.com/mikefarah/yq/archive/${version}.tar.gz"
|
||||||
checksum=93998c2c5f19f39301929f3da99ac083fb82547ad9c00cd761c0a94967962801
|
checksum=28b34199aadafe0eef1e7becc6953675ad516383b31637a42080940e1c9318fb
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test -v
|
go test -v
|
||||||
|
|
Loading…
Add table
Reference in a new issue