From 6ba26e35397d215b9685249c1f82e8c80974dcbe Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 14 Aug 2024 22:58:21 -0400 Subject: [PATCH] knit: rebuild for go-1.23.0 --- srcpkgs/knit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/knit/template b/srcpkgs/knit/template index 7c5be0aa0a3..28cb0e8d638 100644 --- a/srcpkgs/knit/template +++ b/srcpkgs/knit/template @@ -1,7 +1,7 @@ # Template file for 'knit' pkgname=knit version=1.1.1 -revision=3 +revision=4 build_style=go go_package="github.com/zyedidia/knit/cmd/knit" go_import_path="github.com/zyedidia/knit"