From 8ebe31c8b92596bf7f0219a3f7c4da54239b9b99 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 14 Aug 2024 23:00:35 -0400 Subject: [PATCH] xurls: rebuild for go-1.23.0 --- srcpkgs/xurls/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xurls/template b/srcpkgs/xurls/template index eed302fcf41..7161a655c43 100644 --- a/srcpkgs/xurls/template +++ b/srcpkgs/xurls/template @@ -1,7 +1,7 @@ # Template file for 'xurls' pkgname=xurls version=2.5.0 -revision=2 +revision=3 build_style=go go_import_path="mvdan.cc/xurls/v2" go_package="${go_import_path}/cmd/xurls"