From 425d2ea3f32cbf5487d570f48c75715a0ef2420f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 14 Aug 2024 22:59:56 -0400 Subject: [PATCH] archiver: rebuild for go-1.23.0 --- srcpkgs/archiver/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/archiver/template b/srcpkgs/archiver/template index 00ca19e535d..1786d36647d 100644 --- a/srcpkgs/archiver/template +++ b/srcpkgs/archiver/template @@ -1,7 +1,7 @@ # Template file for 'archiver' pkgname=archiver version=3.5.1 -revision=3 +revision=4 build_style=go go_import_path=github.com/mholt/archiver/v3 go_package="${go_import_path}/cmd/arc"