From 4609d14c1051518a4c27c88ba81207f46963f6c9 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 14 Aug 2024 22:58:40 -0400 Subject: [PATCH] yq-go: rebuild for go-1.23.0 --- srcpkgs/yq-go/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template index 90a338d0c6e..6fe2976bd5a 100644 --- a/srcpkgs/yq-go/template +++ b/srcpkgs/yq-go/template @@ -1,7 +1,7 @@ # Template file for 'yq-go' pkgname=yq-go version=4.44.2 -revision=1 +revision=2 build_style=go go_import_path=github.com/mikefarah/yq/v4 short_desc="Command-line YAML, JSON, XML, CSV, TOML and properties processor"