Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/yq-go/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Template file for 'yq-go'
pkgname=yq-go
version=4.52.2
version=4.53.3
revision=1
build_style=go
go_import_path=github.com/mikefarah/yq/v4
make_check_args="-skip TestGoInstallCompatibility"
short_desc="Command-line YAML, JSON, XML, CSV, TOML and properties processor"
maintainer="Bnyro <bnyro@tutanota.com>"
license="MIT"
homepage="https://mikefarah.gitbook.io/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=598ad3719f6b8a199f374baf7a32e9ff527300e56816f4652cd3640c230bf79b
checksum=fadf86d0ae3988bb40fa8aad424d0c71658493f6377285e711c7e7e313b3b238

post_install() {
# this came after yq 'the jq wrapper for yaml' so yq has the right to
Expand Down