From 12f8afe02e3e2bd5417edf8cf8a97a6292360a12 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 14 Aug 2024 23:01:56 -0400 Subject: [PATCH] yj: rebuild for go-1.23.0 --- srcpkgs/yj/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yj/template b/srcpkgs/yj/template index 90f93bb9e9b..af8323bab5b 100644 --- a/srcpkgs/yj/template +++ b/srcpkgs/yj/template @@ -1,7 +1,7 @@ # Template file for 'yj' pkgname=yj version=5.1.0 -revision=3 +revision=4 build_style=go go_import_path="github.com/sclevine/yj/v${version%%.*}" short_desc="Convert YAML <=> TOML <=> JSON <=> HCL"