From 380f6e73cd033fc968c4f60aaf9542ae545dc842 Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 14 Aug 2023 19:33:39 +0400 Subject: [PATCH] cheat: revbump for go 1.21 --- srcpkgs/cheat/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template index ecdc225951f..48735403349 100644 --- a/srcpkgs/cheat/template +++ b/srcpkgs/cheat/template @@ -1,9 +1,10 @@ # Template file for 'cheat' pkgname=cheat version=4.4.0 -revision=2 +revision=3 build_style=go -go_import_path="github.com/cheat/cheat/cmd/cheat" +go_import_path="github.com/cheat/cheat" +go_package="./cmd/cheat" short_desc="Create and view interactive cheatsheets on the command-line" maintainer="Orphaned " license="MIT"