From 2b01d8aa4551ba8fad3643ec4129c4b7b8c99c25 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 14 Aug 2024 22:59:32 -0400 Subject: [PATCH] cheat: rebuild for go-1.23.0 --- srcpkgs/cheat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template index 2fb7835f871..8bcd28e9c0a 100644 --- a/srcpkgs/cheat/template +++ b/srcpkgs/cheat/template @@ -1,7 +1,7 @@ # Template file for 'cheat' pkgname=cheat version=4.4.2 -revision=1 +revision=2 build_style=go go_import_path="github.com/cheat/cheat" go_package="./cmd/cheat"